Horje
git rev-parse --short HEAD Code Example
git rev-parse --short HEAD
#It helps you to find out the commit ID of the current HEAD
git rev-parse HEAD
#OR if you want the shorter commit
git rev-parse --short HEAD
#If you find the latest commit of another branch, you can do
git rev-parse <local-branch-name>
git rev-parse origin/<remote-branch-name>




Shell

Related
linux get signing certificate SHA-1 Code Example linux get signing certificate SHA-1 Code Example
How To Install the Apache Web Server on Ubuntu 18.04 Code Example How To Install the Apache Web Server on Ubuntu 18.04 Code Example
display/search for a commit hash name in a git log Code Example display/search for a commit hash name in a git log Code Example
flutter cocoapods not installed Code Example flutter cocoapods not installed Code Example
how to find all the dir in current working directory in linux Code Example how to find all the dir in current working directory in linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
14