$ git config --global --get alias.wip
commit -a -m 'WIP'
$ git config --global --get alias.uncommit
reset --soft HEAD^