Home > Back-end >  Git pull and branch
Git pull and branch

Time:10-08

Have a question, if a person alone a branch, then there will be conflicts? Git is how to judge the conflict? Remote warehouse have multiple branches, why every time I pull pull down all branch use the egit

CodePudding user response:

1. Build branch, submit the code does not conflict, only their own branch close to the main branch, and will not conflict,
2. If you want to pull pull a branch, it should be separate branch name, don't pull down all the branches

CodePudding user response:

Separate branch is a pull when setting the reference?
  • Related