2012-04-05 05:39:31 -04:00
|
|
|
[user]
|
2013-04-29 02:16:39 -04:00
|
|
|
name = Andrew Tomaka
|
|
|
|
email = atomaka@gmail.com
|
|
|
|
[github]
|
|
|
|
user = atomaka
|
|
|
|
|
|
|
|
[apply]
|
|
|
|
whitespace = fix
|
|
|
|
[alias]
|
2013-10-21 09:32:03 -04:00
|
|
|
hist = log --graph --pretty=format:'%Cred%h%Creset - %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
|
2013-08-05 22:07:01 -04:00
|
|
|
hist-details = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
|
2013-10-21 09:32:03 -04:00
|
|
|
hist-tags = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
|
2016-01-12 09:13:41 -05:00
|
|
|
lol = log --graph --decorate --pretty=oneline --abbrev-commit
|
2015-11-03 16:44:21 -05:00
|
|
|
most-recent-by-branch = for-each-ref --sort=committerdate refs/heads/ --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(color:red)%(objectname:short)%(color:reset) - %(contents:subject) - %(authorname) (%(color:green)%(committerdate:relative)%(color:reset))'
|
2012-04-05 05:39:31 -04:00
|
|
|
[color]
|
|
|
|
ui = auto
|
|
|
|
[color "branch"]
|
|
|
|
current = yellow reverse
|
|
|
|
local = yellow
|
|
|
|
remote = green
|
|
|
|
[color "diff"]
|
|
|
|
meta = yellow bold
|
|
|
|
frag = magenta
|
|
|
|
old = red
|
|
|
|
new = green
|
|
|
|
[color "status"]
|
|
|
|
added = yellow
|
|
|
|
changed = green
|
|
|
|
untracked = cyan
|
2013-10-21 09:32:03 -04:00
|
|
|
[core]
|
2012-04-05 05:39:31 -04:00
|
|
|
excludesfile = ~/.gitignore_global
|
|
|
|
autocrlf = input
|
2013-06-05 12:09:40 -04:00
|
|
|
editor = vim
|
2013-04-29 01:29:01 -04:00
|
|
|
filemode = false
|
2013-04-29 02:16:39 -04:00
|
|
|
[merge]
|
|
|
|
tool = vimdiff
|
2013-04-29 01:29:01 -04:00
|
|
|
[push]
|
|
|
|
default = upstream
|