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 中编写一个项目,我们使用 git 进行版本控制。Xcode 为 git 提供了许多非常好的内置功能,其中之一就是 pull 选项。这很棒,但我想让 xcode 拉出所有远程分支,这样我就不必一一拉出它们。有没有一种简单的方法可以做到这一点,或者每次我希望拉出所有分支时我都会被迫使用命令行。
谢谢。