-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mrconfig
51 lines (34 loc) · 1.4 KB
/
.mrconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[exchange]
checkout = git clone '[email protected]:bisq-network/exchange.git' 'exchange'
[pricenode]
checkout = git clone '[email protected]:bisq-network/pricenode.git' 'pricenode'
[bitcoinj]
checkout = git clone '[email protected]:bisq-network/bitcoinj.git' 'bitcoinj'
[btcd-cli4j]
checkout = git clone '[email protected]:bisq-network/btcd-cli4j.git' 'btcd-cli4j'
[libdohj]
checkout = git clone '[email protected]:bisq-network/libdohj.git' 'libdohj'
[newsletter]
checkout = git clone '[email protected]:bisq-network/newsletter.git' 'newsletter'
[docker]
checkout = git clone '[email protected]:bisq-network/docker.git' 'docker'
[dao]
checkout = git clone '[email protected]:bisq-network/dao.git' 'dao'
[website]
checkout = git clone '[email protected]:bisq-network/website.git' 'website'
[forum]
checkout = git clone '[email protected]:bisq-network/forum.git' 'forum'
[dns]
checkout = git clone '[email protected]:bisq-network/dns.git' 'dns'
[roles]
checkout = git clone '[email protected]:bisq-network/roles.git' 'roles'
[docs]
checkout = git clone '[email protected]:bisq-network/docs.git' 'docs'
[proposals]
checkout = git clone '[email protected]:bisq-network/proposals.git' 'proposals'
[lists]
checkout = git clone '[email protected]:bisq-network/lists.git' 'lists'
[compensation]
checkout = git clone '[email protected]:bisq-network/compensation.git' 'compensation'
[analytics]
checkout = git clone '[email protected]:bisq-network/analytics.git' 'analytics'