Created
May 1, 2015 08:39
-
-
Save iolloyd/b4d1a973d0bee5910064 to your computer and use it in GitHub Desktop.
fetch and track all remote branches from upstream
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
git branch -r| xargs -n 1 git branch --track |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment