My question is how to get the version of code of a specific commit in my pc. For exemple if I have this commit 86b403574c90f16b77da4bef8d67a71471ad7f77 I need the version of code of this commit on a folder it's like coloning all the project
I tried:
git checkout 86b403574c90f16b77da4bef8d67a71471ad7f77
but it returns the modified files on the console.