git:https-and-ssh: Print new remotes when done

This commit is contained in:
2025-01-21 18:22:19 +01:00
parent c6cdc6ec78
commit e4cab6d581

View File

@@ -18,3 +18,5 @@ else
$GIT remote set-url "$remote" "$https_url" $GIT remote set-url "$remote" "$https_url"
$GIT remote set-url --push "$remote" "$url" $GIT remote set-url --push "$remote" "$url"
fi fi
$GIT remote -v | grep "^$remote"