clarify head

This commit is contained in:
Михаил Капелько
2025-11-09 06:37:34 +03:00
parent 52036271ce
commit 5ed91847fb

View File

@@ -18,6 +18,7 @@ git fetch --all
# Find out the latest commit in the whole repo
git branch -av --sort=-committerdate
git branch -av --sort=-committerdate | head -n1
cmt=`git branch -av --sort=-committerdate | head -n1 | cut -d' ' -f4`
echo "Latest commit: $cmt"