git check out doesnt work
git checkout doesnt work
1 answers ( 0 marked as helpful)
yes, it did not atleast for me(using GIT bash).
it displayed me the original file even after using the below command.
git checkout head~ 1
ultimately i had to use git switch -
In order to return to the original version.
it displayed me the original file even after using the below command.
git checkout head~ 1
ultimately i had to use git switch -
In order to return to the original version.