Maybe you need to re-word the commit message, add a Reviewed-by tag etc... or perhaps you just need to make a code change or you forgot to git add [-p] something...
I would say I use --amend a lot more often than squashing commits.
The right tool for the job and all that...
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.
Often --amend is exactly what you want.
Maybe you need to re-word the commit message, add a Reviewed-by tag etc... or perhaps you just need to make a code change or you forgot to git add [-p] something...
I would say I use --amend a lot more often than squashing commits.
The right tool for the job and all that...