Skip to content

Instantly share code, notes, and snippets.

@m-kuhn
Created November 28, 2019 08:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save m-kuhn/e855a2d21ddf089e2ce867d00e8c5675 to your computer and use it in GitHub Desktop.
Save m-kuhn/e855a2d21ddf089e2ce867d00e8c5675 to your computer and use it in GitHub Desktop.
.gitconfig
[remote "qgis"]
url = git@github.com:qgis/QGIS.git
fetch = +refs/heads/*:refs/remotes/qgis/*
[branch "master"]
remote = qgis
merge = refs/heads/master
[remote "gh-mku"]
url = git@github.com:m-kuhn/QGIS.git
fetch = +refs/heads/*:refs/remotes/qgis/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment