git backtrack to commit code example
Example: git backtrack to commit
git checkout *your commit ID here*
And when you want to go back
git checkout *Up to date commit ID here*
git checkout *your commit ID here*
And when you want to go back
git checkout *Up to date commit ID here*