Skip to main content
How can I check out a specific commit of a repository?
FAQ
Authors
11 Sep 2013 -
git
git checkout -b new-branch SHA1
References
http://stackoverflow.com/a/1655666