Git toolbox provides multiple unique tools for fixing up mistakes during your development. Commands such as git reset, git checkout, and git revert...
For further actions, you may consider blocking this person and/or reporting abuse
Can also be used to squash commits:
makandracards.com/makandra/527-squ...
Thank you for sharing this useful information! I'll be sure to take a look!
Thank you Nesha. What if I just want to take a look at an earlier state of my repository? What's the standard way to just peek at an earlier version? (I don't want to change anything or fix any mistakes). I know it could be done by checking out to an earlier commit but I hear about the dangerous "detached HEAD" state and I felt doubtful whether I have to use it or not? Thanks in advance.