Answers for "git find a commit hash"

3

git get current commit hash

git rev-parse HEAD
Posted by: Guest on November-06-2020
1

display/search for a commit hash name in a git log

$ git show fdf5493 #input the first few values of the SHA value.
Posted by: Guest on September-04-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language