Advertisement
mindthump

Pull all git repo subdirs

Jul 5th, 2022
1,131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.09 KB | None | 0 0
  1. find . -type d -depth 1 -exec git --git-dir={}/.git --work-tree=$PWD/{} pull origin master \;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement