Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. find . -type d -exec sh -c 'cd "{}"; git rev-parse --git-dir 2> /dev/null 1>&2' \; -prune -print | xargs -L1 -I% -t sh -c 'pushd % ; git pull -r ; popd'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement