Skip to content

Instantly share code, notes, and snippets.

@catamorphism
Created June 14, 2012 00:58
Show Gist options
  • Select an option

  • Save catamorphism/2927481 to your computer and use it in GitHub Desktop.

Select an option

Save catamorphism/2927481 to your computer and use it in GitHub Desktop.
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = git@github.com:mozilla/rust.git
[branch "master"]
remote = origin
merge = refs/heads/master
[submodule "src/libuv"]
url = git://github.com/graydon/libuv.git
[submodule "src/llvm"]
url = git://github.com/brson/llvm.git
[remote "mozilla"]
url = git@github.com:mozilla/rust.git
fetch = +refs/heads/*:refs/remotes/mozilla/*
[user]
email = chevalier@alum.wellesley.edu
[branch "incoming"]
remote = mozilla
merge = refs/heads/incoming
[branch "snap-stage3"]
remote = mozilla
merge = refs/heads/snap-stage3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment