Git alias:
unwip = !"git log -n 1 | grep -q -c wip && git reset HEAD~1"
Example:
git unwip
Compare:
-
git wip & git unwip (overview)
-
git unwip (this alias)
Git alias:
unwip = !"git log -n 1 | grep -q -c wip && git reset HEAD~1"
Example:
git unwip
Compare:
git wip & git unwip (overview)
git unwip (this alias)