Step 6: Launch git checkout master to switch to your master branch
1 2 3 4
SHI YEJIA@Hendryshi MINGW64 /d/WorkSpace/Blog/NewBlog/themes/butterfly (master) $ git checkout master Already on 'master' Your branch is up to date with 'origin/master'.
Step 7: Launch git merge source/master to merge the updated code with your local code
1 2 3 4 5 6 7
$ git merge source/master Removing layout/includes/third-party/chat/gitter.pug Merge made by the 'recursive' strategy. README.md | 14 +- README_CN.md | 10 +- _config.yml | 453 ++++++++++---------- languages/default.yml | 1 +
Step 8: Launch git push origin master to update codes to your personal remote repository