git merge 发表于 2017-09-11 normal merge12345git checkout -b f1git commit -m 'some commits'git git checkout master// git merge f1git merge --no-ff //recommend