-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathgit-config.txt
More file actions
30 lines (30 loc) · 824 Bytes
/
git-config.txt
File metadata and controls
30 lines (30 loc) · 824 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
27
28
29
30
# .git/config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = [email protected]:zfsonlinux/mountall.git
[branch "master"]
remote = origin
merge = refs/heads/master
[remote "precise"]
url = bzr::lp:ubuntu/precise/mountall
fetch = +refs/heads/*:refs/remotes/precise/*
[remote "quantal"]
url = bzr::lp:ubuntu/quantal/mountall
fetch = +refs/heads/*:refs/remotes/quantal/*
[remote "raring"]
url = bzr::lp:ubuntu/raring/mountall
fetch = +refs/heads/*:refs/remotes/raring/*
[branch "upstream/ubuntu/precise"]
remote = precise
merge = refs/heads/master
[branch "upstream/ubuntu/quantal"]
remote = quantal
merge = refs/heads/master
[branch "upstream/ubuntu/raring"]
remote = raring
merge = refs/heads/master