Answers for "back to the previous commit"

-1

how to go back 1 commit i'

$ git reset --soft HEAD~1  // The last commit will be removed from your Git History
Posted by: Guest on December-08-2021

Code answers related to "back to the previous commit"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language