Answers for "how to find my last commit in git"

1

git show last commit

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

how do i get the last commit

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

command to check recent commit

git log --name-status HEAD^..HEAD
Posted by: Guest on September-19-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language