Skip to content

Instantly share code, notes, and snippets.

@CraigCottingham
Created February 21, 2016 23:28
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 CraigCottingham/17b610fb0cb443595c01 to your computer and use it in GitHub Desktop.
Save CraigCottingham/17b610fb0cb443595c01 to your computer and use it in GitHub Desktop.
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
precomposeunicode = true
[remote "origin"]
url = https://CraigCottingham@github.com/CraigCottingham/kitchenplan.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
[remote "upstream"]
url = https://github.com/kitchenplan/kitchenplan.git
fetch = +refs/heads/*:refs/remotes/upstream/*
sslVerify = true
[atom "open-on-github"]
remote = upstream
* remote upstream
Fetch URL: https://github.com/kitchenplan/kitchenplan.git
Push URL: https://github.com/kitchenplan/kitchenplan.git
HEAD branch: master
Remote branches:
gh-pages tracked
master tracked
version2 tracked
Local ref configured for 'git push':
master pushes to master (up to date)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment