updated git_remotes_add_public_repos.sh

pull/2/head
Hari Sekhon 5 years ago
parent 7e88982a87
commit d2fe689052

@ -83,10 +83,14 @@ if [ "$name" = "github" ] ||
[ "$name" = "gitlab" ] ||
[ "$name" = "bitbucket" ]; then
add_remote_repo "$name"
echo
git remote -v
elif [ "$name" = "all" ]; then
for name in github gitlab bitbucket; do
add_remote_repo "$name"
done
echo
git remote -v
else
usage
fi

Loading…
Cancel
Save