ソースを参照

Added git fancy-log alias

Tom McKenzie 11 年 前
コミット
5df51fc285
1 ファイル変更4 行追加1 行削除
  1. 4 1
      .gitconfig

+ 4 - 1
.gitconfig

@@ -27,4 +27,7 @@
     autocorrect = 10
 
 [push]
-    default = simple 
+    default = simple
+
+[alias]
+    fancy-log  = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(cyan)<%an>%Creset' --abbrev-commit --date=relative