I am new to Git so please bear with me. I am trying to grab two different commits of a same project, specifically a current commit and an old commit with certain hash. I want them to clone it in separate folders (so that they don't overwrite and I can open them as separate projects at same time)? Is it possible?
Thanks in advance