Hacker News new | ask | show | jobs
Git underground features (medium.com)
23 points by mauriciogior 2707 days ago
1 comments

Good list but not so underground.

`git commit --amend` is frequently used if you're using Gerrit for code review.

I agree. The 'new' for me in this one was to append your staging area to your latest commit instead of just changing its message.