Answers for "discard changes since last commit"

3

remove the last commit git without losing changes

git reset HEAD~1 --soft
Posted by: Guest on June-11-2020
1

how discharge changes e recover last commit git

git reset HEAD --hard
Posted by: Guest on May-31-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language