yuedefeng 6 anni fa
parent
commit
c9e48c6889
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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