Skip to content

Instantly share code, notes, and snippets.

@xdevmaycry
Created March 13, 2020 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xdevmaycry/eafb3f82588e4584dc3e97e0871454b1 to your computer and use it in GitHub Desktop.
Save xdevmaycry/eafb3f82588e4584dc3e97e0871454b1 to your computer and use it in GitHub Desktop.
.bashrc
# 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