updated git_remotes_set_multi_origin.sh

pull/2/head
Hari Sekhon 4 years ago
parent 66aec3133a
commit fefecc8eb8

@ -96,8 +96,8 @@ for name in "$@"; do
#git remote show origin
git remote -v | grep '^origin' | sed 's|://.*@|://|'
elif [ "$name" = "all" ]; then
for name in github gitlab bitbucket azure; do
add_origin_url "$name"
for name2 in github gitlab bitbucket azure; do
add_origin_url "$name2"
done
echo >&2
#git remote show origin

Loading…
Cancel
Save