Skip to content
frsela edited this page May 30, 2012 · 2 revisions

Welcome to the mozilla-central wiki!

.git/config:

[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
fetch = +refs/heads/:refs/remotes/origin/
url = https://github.com/frsela/mozilla-central.git
[remote "upstream"]
url = https://github.com/cgjones/mozilla-central.git fetch = +refs/heads/:refs/remotes/upstream/ [remote "jaoo_b2g"] url = https://github.com/jaoo/mozilla-central/tree/b2g-network fetch = +refs/heads/:refs/remotes/jaoo_b2g/ [remote "jaoo"] url = https://github.com/jaoo/mozilla-central fetch = +refs/heads/:refs/remotes/jaoo/ [gui] wmstate = normal geometry = 1214x664+0+0 189 188 [remote "upupstream"] url = https://github.com/doublec/mozilla-central fetch = +refs/heads/:refs/remotes/upupstream/ [alias] hgp = show --format="From: %an <%ae>%n%s%n%b" -U8 [remote "mcupstream"] url = https://github.com/mozilla-b2g/mozilla-central fetch = +refs/heads/:refs/remotes/mcupstream/

Clone this wiki locally