Answers for "how to undo the last command in git"

33

undo last commit

git reset --soft HEAD~1
Posted by: Guest on March-30-2020
0

revert last commit git

File > Other Settings > Settings for New Project > Version Control > Confirmation > When files are created > Do not add
Posted by: Guest on October-17-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language