Git - Automatically fast forward all tracking branches on pull

后端 未结 6 1712
闹比i
闹比i 2020-12-28 12:32

I\'ve set up tracking branches with the --track option, and when I do a git pull on master, it fetches all branches to origin/br

6条回答
  •  生来不讨喜
    2020-12-28 13:32

    SmartGit, for example, has an option to automatically merge changes from the tracked branch if you switch to a branch. This should do what you want to achieve.

提交回复
热议问题