瀏覽代碼

Update .gitconfig

Emmanuel Bouthenot 15 年之前
父節點
當前提交
eb8b1f30f7
共有 1 個文件被更改,包括 6 次插入4 次删除
  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"]