2014-07-18 09:58:50 -04:00
|
|
|
[init]
|
2020-08-28 08:20:08 -04:00
|
|
|
defaultBranch = main
|
2014-07-18 09:58:50 -04:00
|
|
|
templatedir = ~/.git_template
|
2011-10-24 10:30:50 -04:00
|
|
|
[push]
|
2013-07-10 23:16:27 -07:00
|
|
|
default = current
|
2012-09-26 23:44:35 -07:00
|
|
|
[color]
|
2013-04-04 07:22:47 -07:00
|
|
|
ui = auto
|
2012-09-26 23:44:35 -07:00
|
|
|
[alias]
|
2013-01-17 22:55:39 -08:00
|
|
|
aa = add --all
|
|
|
|
ap = add --patch
|
2015-02-20 16:33:23 -05:00
|
|
|
branches = for-each-ref --sort=-committerdate --format=\"%(color:blue)%(authordate:relative)\t%(color:red)%(authorname)\t%(color:white)%(color:bold)%(refname:short)\" refs/remotes
|
2012-09-26 23:44:35 -07:00
|
|
|
ci = commit -v
|
2013-01-17 22:55:39 -08:00
|
|
|
co = checkout
|
2015-10-16 09:00:44 -04:00
|
|
|
pf = push --force-with-lease
|
2013-01-17 22:55:39 -08:00
|
|
|
st = status
|
2012-09-26 23:44:35 -07:00
|
|
|
[core]
|
|
|
|
excludesfile = ~/.gitignore
|
|
|
|
autocrlf = input
|
2013-04-06 16:06:35 -07:00
|
|
|
[merge]
|
|
|
|
ff = only
|
2013-09-12 10:30:48 +02:00
|
|
|
[commit]
|
|
|
|
template = ~/.gitmessage
|
2014-04-21 10:25:20 -04:00
|
|
|
[fetch]
|
|
|
|
prune = true
|
2015-05-02 22:27:09 -04:00
|
|
|
[rebase]
|
|
|
|
autosquash = true
|
2014-10-18 21:43:16 -07:00
|
|
|
[include]
|
|
|
|
path = ~/.gitconfig.local
|
2018-01-03 16:45:22 -05:00
|
|
|
[diff]
|
|
|
|
colorMoved = zebra
|