jonasbits 6 years ago
parent
commit
3132552684
1 changed files with 4 additions and 1 deletions
  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 )