Skip to content

Instantly share code, notes, and snippets.

View pkinglinz's full-sized avatar

Pete King pkinglinz

  • LINZ
  • Wellington, NZ
View GitHub Profile
@subfuzion
subfuzion / github-wiki-how-to.md
Last active July 14, 2024 05:33
GitHub Wiki How-To

How do I clone a GitHub wiki?

Any GitHub wiki can be cloned by appending wiki.git to the repo url, so the clone url for the repo https://myorg/myrepo/ is: git@github.com:myorg/myrepo.wiki.git (for ssh) or https://github.com/my/myrepo.wiki.git (for https).

You make edits, and commit and push your changes, like any normal repo. This wiki repo is distinct from any clone of the project repo (the repo without wiki.get appended).

How do I add images to a wiki page?

@AndrewAnnex
AndrewAnnex / cividis.xml
Created November 24, 2019 18:56
cividis colormap for QGIS
<!DOCTYPE qgis_style>
<!--https://gis.stackexchange.com/questions/292460/creating-new-qgis-color-ramp-from-r-g-b-text-file-->
<qgis_style version="1">
<symbols/>
<colorramps>
<colorramp type="gradient" name="Cividis" favorite="1">
<prop k="color1" v="0,32,76,255"/>
<prop k="color2" v="255,233,69,255"/>
<prop k="discrete" v="0"/>
<prop k="rampType" v="gradient"/>