Created
March 13, 2020 18:13
-
-
Save xdevmaycry/eafb3f82588e4584dc3e97e0871454b1 to your computer and use it in GitHub Desktop.
.bashrc
This file contains hidden or 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
# pull all git repo | |
alias git-pull-all="find . -maxdepth 3 -name .git -type d | rev | cut -c 6- | rev | xargs -I {} git -C {} pull" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment