git pull git checkout source_branch git pull origin master
vi CHANGELOG.md
git add CHANGELOG.md git commit -m"fix conflict" git push origin source_branch