Created
June 22, 2018 15:16
-
-
Save besmirzanaj/80b1cf226f68fc4c799ea80b0f6f5902 to your computer and use it in GitHub Desktop.
sync local git repos
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a script in you bashrc to sync locally your repos | |
alias gitdown='find . -name .git -type d | xargs -n1 -P4 -I% git --git-dir=% --work-tree=%/.. pull -v --progress' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment