This commit is contained in:
Михаил Капелько
2025-11-09 06:32:14 +03:00
parent 213f3d3ba4
commit 99bc4c715f

View File

@@ -22,4 +22,4 @@ cmt=`git branch -av --sort=-committerdate | head -n1 | cut -d' ' -f4`
echo "Latest commit: $cmt"
# Switch to the latest branch
#git checkout $cmt
git checkout $cmt