0.1.2 • Published 10 years ago

git-wip v0.1.2

Weekly downloads
1
License
-
Repository
github
Last release
10 years ago

Git helpers for saving and resuming progress

For a complete set of git feature-branch helper commands checkout git-fb

Bash Commands

git wip

git unwip

git resume some-feature

Requirements

Node.js - Download here

How to Install

$ npm install -g git-wip

Documentation

git wip

$ git wip
  • alias for git add --all; git commit -m __wip;

git unwip

$ git unwip
  • checks if last commit is a wip and git reset HEAD^

git resume

$ git resume <branch>
  • alias for git checkout <branch>; git unwip;

License

MIT

0.1.2

10 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.1

11 years ago