Commit 4b111b13 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Added global gitconfig

parent 283476ba
......@@ -6,6 +6,7 @@ git submodule update --init
ln -s $DIR/bashrc ~/.bashrc
ln -s $DIR/vimrc_plugins ~/.vimrc
ln -sT $DIR/vim ~/.vim
ln -s $DIR/gitignore ~/.gitignore
source ~/.bashrc
......
[user]
name = Taddeus Kroes
email = taddeuskroes@gmail.com
[color]
ui = true
[push]
default = simple
[alias]
tree = log --graph --oneline --all --full-history --decorate
lg = log --graph --decorate --all --full-history --date=relative \
--format=format:'%C(bold blue)%h%Creset %C(dim bold green)%<(13)%ad%Creset %C(dim white)%an%Creset %s%C(bold yellow)%d%Creset'
[log]
abbrevCommit = true
decorate = true
[format]
pretty = oneline
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment