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.
我在 XCode 中创建了一个新分支来构建一个新功能。在对大量错误感到沮丧之后,我决定切换回我的主分支来处理其他事情。切换后,在我创建新分支之前,我的代码都没有变回原来的状态。
什么?我认为这是源代码控制的重点。我是否误解了这是如何工作的?
一种方法是在 xcode 分支中提交您的更改。然后签出主分支。不提交更改然后签出另一个分支会带来所述更改。如果要删除 xcode 分支,请执行以下操作: git branch -D xcode