Skip to content

Commit

Permalink
Added git pull all parallel.
Browse files Browse the repository at this point in the history
  • Loading branch information
xet7 committed Sep 11, 2023
1 parent 7d21cdd commit 80951c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions git-pull-all-parallel.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

# https://stackoverflow.com/questions/3497123/run-git-pull-over-all-subdirectories


ls | xargs -P10 -I{} git -C {} pull

0 comments on commit 80951c2

Please sign in to comment.