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/master:refs/heads/dev
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@git.code.sf.net/p/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
49 # Local working reference branch
52 merge = refs/heads/dev