Comment on Show HN: Git uncommit – reset unpushed, committed changesComments−myst6moYou can do an alias.−below43OP6moGood point. TIL :)git config --global alias.uncommit 'reset --soft HEAD~1'
Comments
You can do an alias.
Good point. TIL :)
git config --global alias.uncommit 'reset --soft HEAD~1'