1 Star 0 Fork 0

huzemin8/mdjs.editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
git-push-all 342 Bytes
一键复制 编辑 原始数据 按行查看 历史
l.y. 提交于 2017-03-19 03:02 . 1.0.0 alpha
#!/usr/bin/env bash
repositories=$(\
git remote -v | \
awk '{print $1}' | \
uniq )
# IFS=$'\n'
# for repo in $repositories
# do
# echo "Pushing to repository \"$repo\"..."
# eval "git push $repo --all"
# done
while read -r repo; do
echo "Pushing to repository \"$repo\"..."
eval "git push $repo --all"
done <<< "$repositories"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/huzemin8/mdjs.editor.git
git@gitee.com:huzemin8/mdjs.editor.git
huzemin8
mdjs.editor
mdjs.editor
master

搜索帮助