Skip to content

Instantly share code, notes, and snippets.

@jryans
Last active August 29, 2015 14:22
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 jryans/b7e1247f82d71c5a0593 to your computer and use it in GitHub Desktop.
Save jryans/b7e1247f82d71c5a0593 to your computer and use it in GitHub Desktop.
.git/config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
precomposeunicode = true
[remote "origin"]
url = git@github.com:jryans/gecko-dev.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = upstream
merge = refs/heads/master
[branch "fx-team"]
remote = upstream
merge = refs/heads/fx-team
[remote "upstream"]
url = hg::https://hg.mozilla.org/mozilla-central
pushurl = hg::ssh://hg.mozilla.org/mozilla-central
fetch = +refs/heads/branches/default/tip:refs/remotes/upstream/branches/default/tip
[alias]
pt = push-to-try ../gecko -b do
ph = push-to-hg ../gecko
nb = !git checkout -b $1 fx-team && git branch -u upstream/fx-team
[remote "paulrouget"]
url = git@github.com:paulrouget/gecko-dev.git
fetch = +refs/heads/*:refs/remotes/paulrouget/*
[remote "ednapiranha"]
url = git://github.com/ednapiranha/gecko-dev.git
fetch = +refs/heads/*:refs/remotes/ednapiranha/*
[remote "fx-team"]
url = hg::https://hg.mozilla.org/integration/fx-team
pushurl = hg::ssh://hg.mozilla.org/integration/fx-team
fetch = +refs/heads/branches/default/tip:refs/remotes/fx-team/branches/default/tip
[remote "try"]
url = hg::https://hg.mozilla.org/try
fetch = +refs/heads/*:refs/remotes/try/*
skipDefaultUpdate = true
pushurl = hg::ssh://hg.mozilla.org/try
push = +HEAD:refs/heads/branches/default/tip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment