Skip to content

Commit

Permalink
recursively update git
Browse files Browse the repository at this point in the history
  • Loading branch information
mach0 committed Mar 25, 2022
1 parent 529a69b commit 2da548f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gitupdate.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/env bash
echo "Updating all git repositories in current directory (including subdirectories)"
find $PWD -name .git -print -execdir git pull \;

0 comments on commit 2da548f

Please sign in to comment.