table of contents
GIT-UNWIP(1) | Git Extras | GIT-UNWIP(1) |
NAME¶
git-unwip - Undo a Work In Progress commit
SYNOPSIS¶
git-unwip
DESCRIPTION¶
Undo a Work In Progress commit.
OPTIONS¶
None
EXAMPLES¶
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
AUTHOR¶
Written by Andrew Sullivan Cant <mail@andrewsullivancant.ca>
REPORTING BUGS¶
SEE ALSO¶
August 2025 |