update-repos:递归更新GitHub存储库

时间:2024-04-10 18:01:36
【文件属性】:

文件名称:update-repos:递归更新GitHub存储库

文件大小:2KB

文件格式:ZIP

更新时间:2024-04-10 18:01:36

Shell

更新仓库 一个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
----update-repos.sh(484B)
----LICENSE(1KB)
----README.md(516B)
----.gitignore(7B)

网友评论