Browse Source

Add some useful options

Andrea Miglietta 7 years ago
parent
commit
9cb71aec7c
1 changed files with 8 additions and 0 deletions
  1. 8 0
      .gitconfig

+ 8 - 0
.gitconfig

@@ -3,3 +3,11 @@
 	email = andrea.miglietta92@gmail.com
 [github]
 	user = andreatsh
+[color]
+	ui = auto
+[help]
+	autocorrect = 1
+[core]
+	editor = vim
+[alias]
+	l = log --color --abbrev-commit --graph --decorate --relative-date