Tuesday, October 1, 2013

How to fetch two different commits of the same project to different local folders using GIT

How to fetch two different commits of the same project to different local
folders using GIT

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

No comments:

Post a Comment