Git underground features
medium.com
Git underground features
1–3 of 3 posts
Re: Git underground features
#2Good list but not so underground.
`git commit --amend` is frequently used if you're using Gerrit for code review.
Re: Git underground features
#3Good 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.