2020年4月30日 星期四

[Git] How to sync two git repository


[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

0 意見:

張貼留言