git-wip

0.1.2 • Public • Published

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 .; 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

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i git-wip

    Weekly Downloads

    1

    Version

    0.1.2

    License

    MIT

    Last publish

    Collaborators

    • tjmehta