Skip to content

Instantly share code, notes, and snippets.

@peterix
Created January 10, 2012 17:54
Show Gist options
  • Save peterix/1590239 to your computer and use it in GitHub Desktop.
Save peterix/1590239 to your computer and use it in GitHub Desktop.
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
worktree = /home/peterix/projects/dfapi/library/xml
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = git://github.com/peterix/df-structures.git
[branch "master"]
remote = origin
merge = refs/heads/master
[remote "push"]
url = git@github.com:peterix/df-structures.git
fetch = +refs/heads/*:refs/remotes/push/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment