[Git] How to sync two git repository
Use following command will be done.
git remote add upstream https://github.com/test/test.git
git fetch upstream
git merge upstream/master
git push origin master
git fetch upstream
git merge upstream/master
git push origin master
0 意見:
張貼留言