git reset –hard <CommitID> git reset –soft HEAD@{1} git commit -m “Reverting to the state of the project at <CommitID>”
random things I made and things I learnt making them
git reset –hard <CommitID> git reset –soft HEAD@{1} git commit -m “Reverting to the state of the project at <CommitID>”
A helpful reminder…