AlternativeSubmit
authorjonasbits <jonasbits@me.com>
Mon, 16 Oct 2017 21:57:47 +0000 (23:57 +0200)
committerjonasbits <jonasbits@me.com>
Mon, 16 Oct 2017 21:57:47 +0000 (23:57 +0200)
How To Submit A Change To This Wiki.md [new file with mode: 0644]

diff --git a/How To Submit A Change To This Wiki.md b/How To Submit A Change To This Wiki.md
new file mode 100644 (file)
index 0000000..8c7acbe
--- /dev/null
@@ -0,0 +1,24 @@
+How To Submit A Change This Wiki
+================================
+
+Clone this repo and then:
+-------------------------
+
+* git push
+* git request-pull -p
+
+### git push
+
+Clone the upstream repo in Gogs, then clone to your computer:
+git clone https://yourUserName@yourURL
+Add the upstream repo to be able to submit a push request:
+git remote add https://INSERTUSERNAMEHERE@gogs.librecmc.org/libreCMC/libreCMC-wiki.git
+
+### git request-pull -p
+
+Clone the upstream repo to your computer
+git add changedFile.md
+git commit
+git request-pull -p
+
+send in a pastebin or anything you like