Skip to content

Instantly share code, notes, and snippets.

Created January 22, 2009 22:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/50760 to your computer and use it in GitHub Desktop.
Save anonymous/50760 to your computer and use it in GitHub Desktop.
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[user]
name = Chris AtLee
email = catlee@mozilla.com
[remote "origin"]
url = git://github.com/djmitche/buildbot/
fetch = +refs/heads/*:refs/remotes/origin/*
[remote "catlee"]
url = ssh://atlee.ca/~timatlee/repo/buildbot
fetch = +refs/heads/*:refs/remotes/origin/*
push = refs/heads/*:refs/heads/*
[branch "master"]
remote = origin
merge = refs/heads/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment