Explorar el Código

Added git fancy-log alias

Tom McKenzie hace 11 años
padre
commit
5df51fc285
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  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