AlternativeSubmit
[librecmc/librecmc-wiki.git] / How To Submit A Change To This Wiki.md
1 How To Submit A Change This Wiki
2 ================================
3
4 Clone this repo and then:
5 -------------------------
6
7 * git push
8 * git request-pull -p
9
10 ### git push
11
12 Clone the upstream repo in Gogs, then clone to your computer:
13 git clone https://yourUserName@yourURL
14 Add the upstream repo to be able to submit a push request:
15 git remote add https://INSERTUSERNAMEHERE@gogs.librecmc.org/libreCMC/libreCMC-wiki.git
16
17 ### git request-pull -p
18
19 Clone the upstream repo to your computer
20 git add changedFile.md
21 git commit
22 git request-pull -p
23
24 send in a pastebin or anything you like