git-wip
- Create a Work In Progress commit
git-wip
Create a Work In Progress commit, include all files in the working directory.
None
Create a WIP commit which stores all changes in the working directory.
$ git wip
Later on, undo the commit and continue making changes.
$ git unwip
Written by Andrew Sullivan Cant <mail@andrewsullivancant.ca>
<https://github.com/tj/git-extras/issues>
<https://github.com/tj/git-extras>