aboutsummaryrefslogtreecommitdiff
path: root/dot.gitconfig
blob: 92860c445a768e69bb247a9f4dd217b0665cc43f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[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
[instaweb]
	local = true
	httpd = webrick
	port = 64044
	browser = google-chrome
[pull]
	ff = only