-
-
Save casprwang/b7803fc5fc9e437946a8def29fd008e2 to your computer and use it in GitHub Desktop.
github get every branch
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 clone --bare {repo} .git | |
$ git config --bool core.bare false | |
$ git reset --hard | |
$ git branch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment