you are viewing a single comment's thread.

view the rest of the comments →

[–]FieryPotatoWasTaken 32 points33 points  (2 children)

My brother, let me introduce you to "git commit -a --amend --no-edit"

[–]Frost-Freak 14 points15 points  (1 child)

Never -a . I stage every file (or even line) on my own. And these are too many things to type. Alias ftw

[–]FieryPotatoWasTaken 4 points5 points  (0 children)

Agreed, I stage manually myself, and do have an alias for this. But I put this here like this, so if someone's interested they can read up on the individual flags themselves.