Git's new and old code merge

1. Switch to the master branch, which has not modified the code. git checkout master

2. git fetch gets the newly added code from the cloud.

3. git merge merges the newly added code into the mater branch.

4. The current master is the latest branch.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326051325&siteId=291194637