pull to fetch

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

View File

@@ -14,7 +14,7 @@ fi
# ?? Pull the latest changes
cd $DST_DIR
git checkout -f $MAIN_BRANCH
git pull
git fetch --all
# Find out the latest commit in the whole repo
git branch -av --sort=-committerdate