Last answered:

11 Nov 2024

Posted on:

17 Dec 2022

1

git check out doesnt work

git checkout doesnt work

1 answers ( 0 marked as helpful)
Posted on:

11 Nov 2024

0
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.

Submit an answer