浏览代码

Split "global" gitconfig into separate specific ones

Alois Mahdal 11 年前
父节点
当前提交
08e6b5d308

dotfiles/git-universe/gitconfig → dotfiles/git-universe/after.gitconfig 查看文件

@@ -1,9 +1,3 @@
1
-[achievement]
2
-    upload = true
3
-[push]
4
-    default = simple
5
-[user]
6
-    name = Alois Mahdal
7 1
 [color]
8 2
     ui = true
9 3
 [core]
@@ -11,6 +5,3 @@
11 5
 [alias]
12 6
   gr = log --graph --full-history --all --color --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"
13 7
   dc = diff --cached
14
-
15
-[test]
16
-    test = Basic

+ 3
- 0
dotfiles/git-universe/host/azzgoat.gitconfig 查看文件

@@ -0,0 +1,3 @@
1
+[push]
2
+    # need git 1.8+
3
+    default = simple

+ 5
- 0
dotfiles/git-universe/host/hugo.gitconfig 查看文件

@@ -0,0 +1,5 @@
1
+[achievement]
2
+    upload = true
3
+[push]
4
+    # need git 1.8+
5
+    default = simple

+ 2
- 0
dotfiles/git-universe/user/aloism.gitconfig 查看文件

@@ -0,0 +1,2 @@
1
+[user]
2
+    name = Alois Mahdal