Przeglądaj źródła

添加 upstream

yuedefeng 6 lat temu
rodzic
commit
5667d18192
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -9,6 +9,7 @@
 
 #fork 出来的子项目,如何更新
 
+	git remote add upstream http://code.dashoo.cn/dashoo/labsop_base.git
 	git fetch upstream
 	git merge upstream/master
 	---- git rebase remotes/upstream/master