This question is in reference to Atlassian Documentation: Checkout a branch into a local repository
how to checkout a specific revision number (Commited version) in git using windows command line
You should be able to use "git checkout" and then the specific revision number. In my example, it was "git checkout c10468f4d142185a19e39ebeac8f88be7331fd04". This allowed me to go to a specific revision number.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.