curran / google-diff-match-patch

Automatically exported from code.google.com/p/google-diff-match-patch
Apache License 2.0
17 stars 3 forks source link

Add GitHub Wiki #112

Open Daniel-Hug opened 7 years ago

Daniel-Hug commented 7 years ago

You currently have the markdown wiki files in the wiki branch. I would like to suggest adding these as wiki pages in the GH interface.

Here's how (credit here):

  1. Go to this repo's settings and check the "Wikis" checkbox
  2. Go to this repo's wiki page, click the "Create the first page" button, then scroll down and click "Save Page".
  3. Navigate to your local clone of this repo in your terminal and add the wiki page as a remote:

    git remote add gh-wiki https://github.com/curran/google-diff-match-patch.wiki.git
  4. Force push the files from your "wiki" branch to the new "gh-wiki" remote:

    git push -f gh-wiki wiki:master