Member
adan
How to show the git head hash in bash?
ryan.murray
@adan
To show the git head hash in bash, you can use the following command:
1
git rev-parse HEAD
This command will output the full hash of the current HEAD commit in your Git repository.