重新安装osx后,git没有看到分支

时间:2015-09-16 19:12:26

标签: git macos git-branch

我对git很新。完成osx重新安装后,我注意到我无法切换到之前创建的其他分支...只有主人:

$ cd /usr/local
$ git branch -a
  * master
  remotes/origin/master

在github上,我看到我所有的4个早午餐......我想恢复它们......

有人能解释我怎样才能提供我的其他分支?

2 个答案:

答案 0 :(得分:0)

自己找到答案:

$ git fetch origin

# check all(remote branches):
$ git branch -v -a

#check out the branch(get local working copy):
$ git checkout -b test origin/test

答案 1 :(得分:-2)

如果您是Github的新手,我强烈建议您使用github Desktop应用程序以避免复杂性。您可以在此处轻松管理您的分支机构。当你习惯了环境,概念和东西时,命令行总是在那里备份你。

https://desktop.github.com