dotfiles/git/.gitconfig

34 lines
1 KiB
INI
Raw Normal View History

2013-04-29 02:16:39 -04:00
[alias]
fancy-graph = log --graph --decorate --pretty=oneline --abbrev-commit
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
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))'
2021-12-21 13:19:10 -05:00
[commit]
gpgsign = true
2021-12-21 13:19:10 -05:00
2013-10-21 09:32:03 -04:00
[core]
2017-02-20 10:02:49 -05:00
autocrlf = input
2021-12-21 13:19:10 -05:00
excludesfile = ~/.config/git/gitignore_global
[github]
username = atomaka
[gpg]
2021-11-02 20:14:26 -04:00
program = gpg
2021-12-21 13:19:10 -05:00
2013-04-29 02:16:39 -04:00
[merge]
2017-02-20 10:02:49 -05:00
tool = vimdiff
2021-12-21 13:19:10 -05:00
[pull]
rebase = false
[status]
showUntrackedFiles = all
2021-12-21 13:19:10 -05:00
[user]
email = atomaka@gmail.com
name = Andrew Tomaka
signingkey = 61209BF70A5B18BE