If you need to know current/actual commit name in your git repository then run this command:
git log -1
After executing you’ll see name of last applied commit.
Happy Giting!
If you need to know current/actual commit name in your git repository then run this command:
git log -1
After executing you’ll see name of last applied commit.
Happy Giting!