update repos:递归更新GitHub存储库 源码
更新仓库 一个bash脚本,用于递归查找和更新给定目录中的所有Git存储库 特征 递归搜索给定路径以找到.git目录 转到这些目录 为每个存储库运行git up 要求 Git Up别名: git config --global alias.up '!git remote update -p; git merge --ff-only @{u}' 使用范例 调用update-repos.sh并为其提供递归搜索的路径 ./update-repos.sh ~/bin ./update-repos.sh /opt
文件列表
update-repos-main.zip
(预估有个4文件)
update-repos-main
update-repos.sh
484B
LICENSE
1KB
README.md
516B
.gitignore
7B
暂无评论