Hacker News new | ask | show | jobs
by myst 120 days ago
You can do an alias.
1 comments

Good point. TIL :)

git config --global alias.uncommit 'reset --soft HEAD~1'