2014-04-19 13:25:29 -04:00
|
|
|
[user]
|
|
|
|
name = Austen
|
|
|
|
email = stonewareslord@gmail.com
|
|
|
|
[alias]
|
|
|
|
pu = push --all
|
|
|
|
co = checkout
|
|
|
|
ci = commit -m
|
|
|
|
a = add
|
|
|
|
st = status
|
2014-05-17 14:09:38 -04:00
|
|
|
br = branch -av
|
2014-04-19 13:25:29 -04:00
|
|
|
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
|
|
|
|
type = cat-file -t
|
|
|
|
dump = cat-file -p
|
|
|
|
d = difftool
|
|
|
|
lg = log --all --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ci) %C(bold blue)<%an>%Creset' --abbrev-commit
|
|
|
|
[push]
|
2014-05-26 14:25:16 -04:00
|
|
|
default = matching
|
2014-04-19 13:25:29 -04:00
|
|
|
[core]
|
|
|
|
excludesfile = /home/stonewareslord/.gitignore_global
|
|
|
|
[diff]
|
|
|
|
tool = vimdiff
|
|
|
|
[difftool]
|
|
|
|
prompt = false
|
|
|
|
[merge]
|
|
|
|
tool = diffconflicts
|
|
|
|
[mergetool "diffconflicts"]
|
|
|
|
cmd = diffconflicts vim $BASE $LOCAL $REMOTE $MERGED
|
|
|
|
trustExitCode = true
|
|
|
|
keepBackup = false
|
|
|
|
[http]
|
|
|
|
sslVerify = false
|