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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.