diohub
diohub copied to clipboard
Adding a new wiki to declutter the README.md
https://github.com/lasersPew/diohub.wiki.git
That's the link to the wiki that I've built.
After cloning this, merge pull request #52 since the logo and some links would not work.
To resolve this, do:
-
Add a wiki in the wiki tab.
-
Clone it by typing
git clone https://github.com/NamanShergill/diohub.wiki.git
-
Remove all existing files by typing
git clone https://github.com/lasersPew/diohub.wiki.git
-
Then
git add . && git commit -m "Initialized the wiki
-
Then
git push
There's no way you could do this on the GitHub site nor the GitHub app. Wiki cloning only works on the CLI.
Will do! Thanks for this!
Give me a day or two, kinda busy with exams at the moment.
Sorry for the delay, it's been a hectic few weeks. I'll get this up as soon as I am able to!
To resolve this, do:
Add a wiki in the wiki tab.
Clone it by typing
git clone https://github.com/NamanShergill/diohub.wiki.git
Remove all existing files by typing
git clone https://github.com/lasersPew/diohub.wiki.git
Then
git add . && git commit -m "Initialized the wiki"
Then
git push
There's no way you could do this on the GitHub site nor the GitHub app. Wiki cloning only works on the CLI.
Edit: before you git add
, you can remove .GitHub folder by typing rmdir .github