Ver código fonte

Update .gitconfig

Emmanuel Bouthenot 15 anos atrás
pai
commit
eb8b1f30f7
1 arquivos alterados com 6 adições e 4 exclusões
  1. 6 4
      .gitconfig

+ 6 - 4
.gitconfig

@@ -2,11 +2,13 @@
 	name=Emmanuel Bouthenot
 	email=kolter@openics.org
 
+[alias]
+	br = branch
+	st = status
+	rlog = log --pretty=format:\"%h %Cblue%cr%Creset %cn %Cgreen%s%Creset\"
+
 [color]
-	diff = auto
-	branch = auto
-	status = auto
-	log = auto
+	ui = auto
 	pager = true
 
 [color "diff"]