forked from PolySync/oscc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig
More file actions
26 lines (26 loc) · 682 Bytes
/
config
File metadata and controls
26 lines (26 loc) · 682 Bytes
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
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
url = https://github.com/OAkyildiz/oscc.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
[remote "frk2"]
url = https://github.com/frk2/oscc.git
fetch = +refs/heads/*:refs/remotes/frk2/*
[remote "oscc"]
url = https://github.com/PolySync/oscc.git
fetch = +refs/heads/*:refs/remotes/oscc/*
[branch "oscc_master"]
remote = oscc
merge = refs/heads/master
[branch "frk2_master"]
remote = frk2
merge = refs/heads/master
[branch "frk2/steering-angle"]
remote = origin
merge = refs/heads/frk2/steering-angle