Created
June 7, 2011 10:22
-
-
Save gorenje/1012002 to your computer and use it in GitHub Desktop.
bash alias for fetch all remote 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
alias git-fetch-all="git remote | xargs -I % git fetch % && (git remote | xargs -I % git remote show %) | sed s'/* remote /################## /'g" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment