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 wip
git unwip (this alias)