-
-
Save shadowdreamer/f4f3aba0e50cdfa025ffa11b53f47847 to your computer and use it in GitHub Desktop.
当本地看不到远程git 分支的时候,可以这样来获得。 http://stackoverflow.com/questions/12578665/i-cant-see-my-remote-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 config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" | |
git fetch origin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment