Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚在 cfbuilder 2.0.1 中安装了 aptana。连接到我们在 github 上的现有 git 存储库,一切看起来都很棒。所有现有的分支机构都在名单上。我切换到 master 的另一个分支,一切看起来仍然很好。
当我去切换回master时,它不在分支列表中。我最终在命令提示符下切换。cfbuilder 中仍然没有 master 分支。我重新启动了 cfbuilder,它现在说我在 master 分支上。
所以这看起来不像是正常的 git 操作。我错过了什么吗?
谢谢
蒂姆
另外-您确定没有其他提交者意外删除了主分支本身吗?afaik,git 中没有任何内容表明总会有一个 master 分支 - 您可以创建一个 git repo,其中默认分支称为“xyz”,例如。