Emmanuel Bouthenot 13 anni fa
parent
commit
dd448a4150
1 ha cambiato i file con 24 aggiunte e 16 eliminazioni
  1. 24 16
      .gitconfig

+ 24 - 16
.gitconfig

@@ -1,25 +1,33 @@
 [user]
-    name = Emmanuel Bouthenot
-    email = kolter@openics.org
-    signingkey = 929D42C3
+	name = Emmanuel Bouthenot
+	email = kolter@openics.org
+	signingkey = 929D42C3
 
 [alias]
-    br = branch
-    st = status
-    l = log --graph --decorate --pretty=format:\"%h %C(magenta)%ci%Creset%C(yellow)%d %Creset%s %C(cyan)%cn <%cE>\"
+	br = branch
+	st = status
+	l = log --graph --decorate --pretty=format:\"%h %C(magenta)%ci%Creset%C(yellow)%d %Creset%s %C(cyan)%cn <%cE>\"
+	spull = submodule foreach 'git pull'
 
 [color]
-    ui = auto
-    pager = true
+	ui = auto
+	pager = true
 
 [color "diff"]
-    meta = green
-    frag = yellow
-    old = magenta
-    new = cyan
+	meta = green
+	frag = yellow
+	old = magenta
+	new = cyan
 
 [color "status"]
-    header = bold blue
-    added  = green
-    changed = bold red
-    untracked = bold yellow
+	header = bold blue
+	added  = green
+	changed = bold red
+	untracked = bold yellow
+
+# git.debian.org specifics
+[url "git://anonscm.debian.org"]
+	insteadOf = "git://git.debian.org"
+[url "ssh://git.debian.org"]
+	pushInsteadOf = "git://git.debian.org"
+