git-unwip
- Undo a Work In Progress commit
git-unwip
Undo a Work In Progress commit.
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>