Skip to content

Instantly share code, notes, and snippets.

View lelia's full-sized avatar

lelia

View GitHub Profile
Clone Wiki Locally
  • Check out your repository wiki via git
    • You can find the URL at the lower-right of your wiki page (look for the label "Clone this wiki locally")
    • Example: git clone git@github.csnzoo.com:<ORG-NAME>/<REPO-NAME>.wiki.git
  • Now that you have pulled down a local copy of your github repo wiki, create a new file in the repo called _Sidebar.md
    • 🚨 Note that other names might not work.
  • Within the newly created _Sidebar.md file, you can add appropriate [[link]] markdown syntax.
  • Add your new file to the local repository, and push via git push origin master.