summary refs log tree commit diff stats
path: root/gitconfig
blob: 7c21d74f23a72e6641c6e6e1f5be41fe328a0503 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[user]
	email = alan@alanpearce.co.uk
	name = Alan Pearce
[color]
	branch = auto
	diff = auto
	status = auto
	ui = true
[push]
	default = current
[alias]
	st = status -sb
	ci = commit
	br = branch
	co = checkout
	ready = rebase -i @{u}
	lg = log --pretty=format:'%Cred%h%Creset -%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'
	standup = log --pretty=format:'%Cred%h%Creset -%Creset %s %Cgreen(%ci) %C(bold blue)<%an>%Creset' --since yesterday --author alan
	ignored = ls-files --others -i --exclude-standard
[github]
	user = alan@alanpearce.co.uk
[diff]
	algorithm = patience
[core]
	excludesfile = ~/.gitignore