blob: 37c3b9f7212e6f73c55dc1c17f7597181be8999f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
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
|