1 # Potential FreeEMS Contributors:
3 # This is my .git/config file!
5 # It is included here for several reasons:
7 # 1) So that I can easily update it on different machines that I use.
8 # 2) So that you can learn from it and setup your remotes as required.
10 # Further help is available here: http://forum.diyefi.org/viewtopic.php?f=41&t=547
12 # Note: downstreams of this repo should add rebase = true to their master branch config
14 # More information is available here: http://forum.diyefi.org/viewtopic.php?f=41&t=1103
16 # Please talk to the lead developer of any repo which you plan to work on before doing so!
19 repositoryformatversion = 0
23 # My redundant remotes
25 url = git@github.com:fredcooke/freeems-vanilla.git
26 fetch = +refs/heads/*:refs/remotes/origin/*
27 push = refs/heads/master:refs/heads/dev
29 url = git:freeems-vanilla.git
30 fetch = +refs/heads/*:refs/remotes/raptor/*
31 push = refs/heads/*:refs/heads/*
33 url = git@github.com:FreeEMS/freeems-vanilla.git
34 fetch = +refs/heads/*:refs/remotes/freeems/*
35 push = refs/heads/master:refs/heads/dev
37 url = git@gitorious.org:freeems-vanilla/freeems-vanilla.git
38 fetch = +refs/heads/*:refs/remotes/gitorious/*
39 push = refs/heads/master:refs/heads/dev
40 [remote "sourceforge"]
41 url = ssh://fredcooke@freeems.git.sourceforge.net/gitroot/freeems/freeems-vanilla
42 fetch = +refs/heads/*:refs/remotes/sourceforge/*
43 push = refs/heads/master:refs/heads/dev
45 url = ssh://repo.or.cz/srv/git/freeems-vanilla.git
46 fetch = +refs/heads/*:refs/remotes/repoorcz/*
47 push = refs/heads/master:refs/heads/dev
51 url = git://github.com/ohollmen/freeems-vanilla.git
52 fetch = +refs/heads/*:refs/remotes/olli/*
54 url = git://github.com/seank/freeems-vanilla.git
55 fetch = +refs/heads/*:refs/remotes/seansrepo/*
57 url = git://github.com/johnsop1/freeems-vanilla.git
58 fetch = +refs/heads/*:refs/remotes/johnsop1/*
60 url = git://github.com/djandruczyk/freeems-vanilla.git
61 fetch = +refs/heads/*:refs/remotes/djandruczyk/*
63 url = git://github.com/nitrousnrg/freeems-vanilla.git
64 fetch = +refs/heads/*:refs/remotes/nitrousnrg/*
66 url = git://github.com/jharvey/freeems-vanilla.git
67 fetch = +refs/heads/*:refs/remotes/jharvey/*
69 url = git://github.com/johnhowe/freeems-vanilla.git
70 fetch = +refs/heads/*:refs/remotes/johnhowe/*
72 url = git://github.com/simeonveldstra/freeems-vanilla.git
73 fetch = +refs/heads/*:refs/remotes/simis/*
75 # Local inspection branches
78 merge = refs/heads/dev
81 merge = refs/heads/master