projects
/
librecmc
/
librecmc-wiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
017ba0b
)
Final
2/head
author
jonasbits
<jonasbits@me.com>
Mon, 16 Oct 2017 23:19:17 +0000
(23:19 +0000)
committer
jonasbits
<jonasbits@me.com>
Mon, 16 Oct 2017 23:19:17 +0000
(23:19 +0000)
How To Submit A Change To This Wiki.md
patch
|
blob
|
history
diff --git
a/How To Submit A Change To This Wiki.md
b/How To Submit A Change To This Wiki.md
index 200b79fa32528b04771eb6422852670f9fb3c0ec..74169e85f15bc91f915c791f496cb3c13aa4a380 100644
(file)
--- a/
How To Submit A Change To This Wiki.md
+++ b/
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 )