summaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
new file mode 100644
index 0000000..665eaf7
--- /dev/null
+++ b/.gitconfig
@@ -0,0 +1,11 @@
+[user]
+ name = Thibaut Horel
+ email = thibaut.horel@gmail.com
+[color]
+ ui = true
+[core]
+ editor = vim
+ excludesfile = ~/.git_ignore
+[alias]
+ lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
+ toto = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --