How to jump to a specific git commit? Nov 17, 2022 in Uncategorised To jump to a specific commitId: git checkout <commitId> To return to the tip of the branch: git checkout <branchName> #git