To jump to a specific commitId
:
git checkout <commitId>
To return to the tip of the branch:
git checkout <branchName>
To jump to a specific commitId
:
git checkout <commitId>
To return to the tip of the branch:
git checkout <branchName>