dotfiles/gitconfig

42 lines
1.2 KiB
Text
Raw Normal View History

2012-04-05 05:39:31 -04:00
[user]
2017-02-20 10:02:49 -05:00
name = Andrew Tomaka
email = atomaka@gmail.com
2017-02-20 10:54:23 -05:00
signingkey = 582BAC86
2013-04-29 02:16:39 -04:00
[github]
2017-02-20 10:02:49 -05:00
user = atomaka
2013-04-29 02:16:39 -04:00
[apply]
2017-02-20 10:02:49 -05:00
whitespace = fix
2013-04-29 02:16:39 -04:00
[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"]
2017-02-20 10:02:49 -05:00
current = yellow reverse
local = yellow
remote = green
2012-04-05 05:39:31 -04:00
[color "diff"]
2017-02-20 10:02:49 -05:00
meta = yellow bold
frag = magenta
old = red
new = green
2012-04-05 05:39:31 -04:00
[color "status"]
2017-02-20 10:02:49 -05:00
added = yellow
changed = green
untracked = cyan
2013-10-21 09:32:03 -04:00
[core]
2017-02-20 10:02:49 -05:00
excludesfile = ~/.gitignore_global
autocrlf = input
editor = vim
filemode = false
2013-04-29 02:16:39 -04:00
[merge]
2017-02-20 10:02:49 -05:00
tool = vimdiff
2013-04-29 01:29:01 -04:00
[push]
2017-02-20 10:02:49 -05:00
default = upstream
2017-02-20 10:54:23 -05:00
[commit]
gpgsign = true