Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 308 Bytes

index.md

File metadata and controls

23 lines (14 loc) · 308 Bytes

git unwip

Alias for uncommit "work in progress"

Git alias:

unwip = !"git log -n 1 | grep -q -c wip && git reset HEAD~1"

Example:

git unwip

Compare: