git develop process memo

enter the working directory

git checkout develop

git fetch origin develop (makes the remote library associated with the develop local library updated)

Then git merge (merge the associated remote library to the local library)

Then merge your own commits into the local develop

 

Guess you like

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