-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.gitconfig
47 lines (47 loc) · 1.45 KB
/
.gitconfig
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
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
precomposeunicode = true
[remote "origin"]
url = [email protected]:ahuigo/a.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
[submodule "post/fileset"]
url = https://github.com/ahuigo/fileset
[submodule "demo/php-lib"]
url = https://github.com/ahuigo/php-lib
[submodule "demo/js-lib"]
url = https://github.com/ahuigo/js-lib
[submodule "demo/java-lib"]
url = https://github.com/ahuigo/java-lib
[submodule "demo/excel-tutorial"]
url = https://github.com/ahuigo/python3-excel-tutorial
[submodule "demo/php-websockets"]
url = https://github.com/ahuigo/php-websockets
[submodule "demo/c-lib"]
url = https://github.com/ahuigo/c-lib
[submodule "demo/go-lib"]
url = https://github.com/ahuigo/go-lib
[submodule "demo/pyhttp"]
url = https://github.com/ahuigo/pyhttp-server
[submodule "demo/upload"]
url = https://github.com/ahuigo/upload-chunk
[submodule "demo/xlscsv"]
url = https://github.com/ahuigo/xlscsv
[submodule "demo/xcut"]
url = https://github.com/ahuigo/xcut
[submodule "demo/blog"]
url = https://github.com/ahuigo/note-blog
[remote "gitee"]
url = [email protected]:ahuigo/all.git
fetch = +refs/heads/*:refs/remotes/gitee/*
[submodule "demo/fiddle"]
url = https://github.com/ahuigo/local-jsfiddle.git
[remote "local"]
url = ssh://git@local/Users/git/a
fetch = +refs/heads/*:refs/remotes/local/*