github進行clone後如何與原項目同步

如果是git clone的項目的話:

git pull


如果你是fork的話,把原來的項目添加到:

git remote add usp [主項目地址]

然後:

git fetch ups && git merge ups/master
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章