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.
为什么git pull从某些分支(通常master)运行也会获取所有其他分支,但从不同的分支运行它只会触发来自上游的获取和合并尝试?与其他分支有什么master不同?
git pull
master
因为master通常在遥控器上有一个上游,因此为了拉取遥控器必须被获取,这样做也会获取该遥控器上的所有其他分支