diohub icon indicating copy to clipboard operation
diohub copied to clipboard

Adding a new wiki to declutter the README.md

Open lasersPew opened this issue 3 years ago • 8 comments

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.

lasersPew avatar Oct 12 '21 09:10 lasersPew

To resolve this, do:

  1. Add a wiki in the wiki tab.

  2. Clone it by typinggit clone https://github.com/NamanShergill/diohub.wiki.git

  3. Remove all existing files by typing git clone https://github.com/lasersPew/diohub.wiki.git

  4. Then git add . && git commit -m "Initialized the wiki

  5. 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.

lasersPew avatar Oct 12 '21 09:10 lasersPew

Will do! Thanks for this!

Give me a day or two, kinda busy with exams at the moment.

namanshergill avatar Oct 12 '21 11:10 namanshergill

Sorry for the delay, it's been a hectic few weeks. I'll get this up as soon as I am able to!

namanshergill avatar Nov 03 '21 16:11 namanshergill

To resolve this, do:

  1. Add a wiki in the wiki tab.

  2. Clone it by typinggit clone https://github.com/NamanShergill/diohub.wiki.git

  3. Remove all existing files by typing git clone https://github.com/lasersPew/diohub.wiki.git

  4. Then git add . && git commit -m "Initialized the wiki"

  5. 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

lasersPew avatar Mar 09 '22 16:03 lasersPew