summaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2015-08-21 03:14:10 -0700
committerThibaut Horel <thibaut.horel@gmail.com>2015-08-21 03:25:54 -0700
commit1212a9d32dbc809bcce679b9d36f3a233af3193e (patch)
tree0c5927010e7b51eaccc412f44f076c67971fbe61 /.gitconfig
parent56ce88c7944443d7e097847a6bf0dadb66859c24 (diff)
downloaddotfiles-1212a9d32dbc809bcce679b9d36f3a233af3193e.tar.gz
Switch to stow
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/.gitconfig b/.gitconfig
deleted file mode 100644
index a4472b1..0000000
--- a/.gitconfig
+++ /dev/null
@@ -1,12 +0,0 @@
-[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 --
-[push]
- default = simple