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.
I have multiple branches setup for a project.
Does a git pull do a pull/merge for my current branch or for all the branches?
git pull
It will fetch everything but only merge the currently active branch.
它从远程服务器更新本地分支,查看 Github备忘单