diff --git a/sync-all-repos b/sync-all-repos index c96e983..56fa1f2 100755 --- a/sync-all-repos +++ b/sync-all-repos @@ -30,6 +30,7 @@ done # can ensure everything committed before is pushed out for repo in ~/vcs/*; do + echo "$repo" cd ${repo} git pull git push