This commit is contained in:
2025-06-08 16:32:42 +08:00
parent 6c36df26ce
commit 5429ecc231
98 changed files with 224 additions and 28993 deletions
+3 -1
View File
@@ -150,7 +150,8 @@ pull:
else \
echo "尝试将远程main分枝合并至本地$$current_branch 分枝."; \
git pull --rebase origin main; \
fi
fi; \
git pull
# Pull changes from the main branch
pullmain:
@@ -161,6 +162,7 @@ pullmain:
push:
@echo "推送到远程..."; \
git pull; \
git push
filehash: