git fetch git rebase origin/master 有冲突解决冲突 git rebase --continue
git checkout developer git pull (这一步一定不会有冲突,因为自己始终基于feature分支开发) git merge feature 解决冲突 git commit -m 'message' git push git branch -D feature