I read on here and searched a lot but didn\'t find the answer, so Is there a way to switch between commits like you do with branches.Let\'s say I have these commits: a
a
You can create a branch from the revision you want to work from. The revision number can be seen using
git log
Branch out from the previous revision
git branch -f branchname rev