Created
December 27, 2020 15:29
-
-
Save jameskbride/bbe531f3b6b9e040e1403eba50811362 to your computer and use it in GitHub Desktop.
Fetch all remote branches
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
#!/bin/bash | |
git checkout --detach | |
git fetch origin '+refs/heads/*:refs/heads/*' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment