Answers for "git reflog reset"

0

undo reset commit git

git reflog //to get commitID
git reset #commitID
Posted by: Guest on December-02-2020
-1

git reflog reset

git reset HEAD@{1}
Posted by: Guest on August-11-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language