diff options
Diffstat (limited to 'dot.gitconfig')
| -rw-r--r-- | dot.gitconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dot.gitconfig b/dot.gitconfig new file mode 100644 index 0000000..37c3b9f --- /dev/null +++ b/dot.gitconfig @@ -0,0 +1,13 @@ +[include] + path = ~/.dotfiles/grml-etc-core/etc/skel/.gitconfig +[user] + email = thosch97@gmail.com + name = Thomas Schneider + signingkey = 57A4FF2F +[alias] + p = push + pl = pull + lol = log --oneline --graph --decorate --all + colorlog = log --date=relative --format=\"%Cblue%h%Creset %C(yellow)%an%Creset %Cgreen%ad%Creset%C(auto)%d%Creset %s\" --topo-order +[push] + default = simple |
