Y
Hacker News
new
|
ask
|
show
|
jobs
by
myst
120 days ago
You can do an alias.
1 comments
below43
120 days ago
Good point. TIL :)
git config --global alias.uncommit 'reset --soft HEAD~1'
link
git config --global alias.uncommit 'reset --soft HEAD~1'