github - How to keep in sync with the original project after git clone
某草草
某草草 2017-05-02 09:37:57
0
2
857

After using the git clone command to clone a project on github, how to keep the local code synchronized with the code on the remote github

某草草
某草草

reply all(2)
阿神

If you are not a fork project:

git pull

That’s it.
If you fork, add the original project to:

git remote add usp [主项目地址]

Then:

git fetch ups && git merge ups/master
给我你的怀抱

Thank you for the invitation. The answer above is very detailed. git pull

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template