commit --amend is useful, but I think I have to vote for cherry-pick. It makes trivial what can be a right pain in some other version control systems. And if I can cast two votes, let the second one be for bisect.
My least favourite is commit -a -m "...". It makes it too easy to commit many unrelated changes with an unhelpful message. And of course I use it all the damned time.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
commit --amend
is useful, but I think I have to vote forcherry-pick
. It makes trivial what can be a right pain in some other version control systems. And if I can cast two votes, let the second one be forbisect
.My least favourite is
commit -a -m "..."
. It makes it too easy to commit many unrelated changes with an unhelpful message. And of course I use it all the damned time.