blob: 9d61670973dad53ea193d6e6df9f7d0b46febd6f (
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 = simple
[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 = /Users/alan/dotfiles/global.gitignore
|