aboutsummaryrefslogblamecommitdiff
path: root/home/.gitconfig
blob: e199b23959589c682ada06053bc36f5d1e282e88 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                            
                                 
                                       





                                                                               
                                                                                             

                        

                          
[user]
	name = Jakob Odersky
	email = jakob@odersky.com
	signingkey = 0x4601878662E33372
[color]
	ui = auto
[alias]
	s = status
	hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
	lg = log --oneline --decorate --all --graph
	pr = "!f() { git fetch ${2:-upstream} pull/$1/head:pr/$1 && git checkout pr/$1; }; f"
[push]
	default = simple
[core]
	editor = emacs -nw