90% of the #git features I use:
git add -p
git stash -p
git commit (--amend)
git pull --rebase
git push (--force)
git rebase -i
git checkout
1
There is the reflog (locally) and I'm pondering supporting a reflog on the server too.
Aug 4, 2017 ยท 11:09 AM UTC

