Git config used at work
[alias]
co = checkout
br = branch
ci = commit
st = status
open = !explorer `git config remote.origin.url`
browse = !git open
graph = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'
dag = log --graph --format='format:%C(yellow)%h%C(reset) %C(blue)\"%an\" <%ae>%C(reset) %C(magenta)%cr%C(reset)%C(auto)%d%C(reset)%n%s' --date-order
[color]
diff = auto
status = auto
branch = auto
ui = auto
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
required = true
[mergetool "p4merge"]
cmd = \"C:\\Program Files\\Perforce\\p4merge.exe\" \"$BASE\" \"$LOCAL\" \"$REMOTE\" \"$MERGED\"
[user]
name = Michael Pellegrini
[user]
email = mipelleg@microsoft.com
[user]
name = Michael Pellegrini
email = pellegm@amazon.com
[color]
diff = auto
status = auto
branch = auto
ui = auto
[core]
legacyheaders = false
pager = less -FMRiX
excludesfile = /home/pellegm/.gitignore
[repack]
usedeltabaseoffset = true
[rerere]
enabled = 1
[alias]
graph = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'
dag = log --graph --format='format:%C(yellow)%h%C(reset) %C(blue)\"%an\" <%ae>%C(reset) %C(magenta)%cr%C(reset)%C(auto)%d%C(reset)%n%s' --date-order
[push]
default = tracking
[amazon]
append-cr-url = true