Open Daniel-Hug opened 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):
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
Force push the files from your "wiki" branch to the new "gh-wiki" remote:
git push -f gh-wiki wiki:master
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):
Navigate to your local clone of this repo in your terminal and add the wiki page as a remote:
Force push the files from your "wiki" branch to the new "gh-wiki" remote: