Answers for "open last git commit"

1

git show last commit

git show --summary
Posted by: Guest on November-15-2021
8

how to cancil the last commit

$ git reset --soft HEAD~1
Posted by: Guest on April-09-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language