We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30c6090 commit 59b6555Copy full SHA for 59b6555
1 file changed
README.md
@@ -5,3 +5,12 @@ Using addwiki:
5
https://github.com/addwiki/mediawiki-api
6
7
Copy public_html/config.json.template to config.json and modify for your needs
8
+
9
+## Syncing this fork
10
+- Switch/Create a branch for the merge
11
+- Add local upstream remote: `git remote add upstream https://github.com/magnusmanske/quickstatements`
12
+- Fetch upstream: `git fetch upstream`
13
+- Merge master(!) branch: `git merge upstream/master`
14
+- Resolve conflicts (if any)
15
+- Update Changelog
16
0 commit comments