diff --git a/update_git_remotes.sh b/update_git_remotes.sh index 5dde2de..15d76a4 100644 --- a/update_git_remotes.sh +++ b/update_git_remotes.sh @@ -14,6 +14,10 @@ for repo_dir in "$src_directory"/*/; do # Change into the repository directory cd "$repo_dir" || continue + echo "Entered $repo_dir" + + git remote -v + # Get the remote URL for the 'origin' remote old_url=$(git remote get-url origin)