Open nponeccop opened 6 years ago
I need to perform an equivalent to git checkout {commithash} but I only know the original git hash. Is it possible with hg-git? hg up uses hg hashes which are different
git checkout {commithash}
hg up
I need to perform an equivalent to
git checkout {commithash}
but I only know the original git hash. Is it possible with hg-git?hg up
uses hg hashes which are different