jonasbits 6 年之前
父节点
当前提交
3132552684
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      How To Submit A Change To This Wiki.md

+ 4 - 1
How To Submit A Change To This Wiki.md

@@ -14,8 +14,11 @@ Clone the upstream repo in Gogs, then clone to your computer:
 Add upstream repo to be able to rebase to upstream point commit:
 > git remote add upstream https://gogs.librecmc.org/libreCMC/libreCMC-wiki.git
 > (git branch optionalBranchName)
-> git push
+> git push (--all)
 Create Push Request in Gogs
+* Press the little green PR button in your own repo
+or
+* Go here https://gogs.librecmc.org/libreCMC/libreCMC-wiki/pulls
 
 ### git request-pull -p ( Anywhere )