Created
February 21, 2016 23:28
-
-
Save krisalyssa/17b610fb0cb443595c01 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[core] | |
repositoryformatversion = 0 | |
filemode = true | |
bare = false | |
logallrefupdates = true | |
ignorecase = true | |
precomposeunicode = true | |
[remote "origin"] | |
url = https://[email protected]/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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