2021-06-30 12:14:02 +00:00
|
|
|
[core]
|
|
|
|
autocrlf = input
|
2021-03-09 22:00:05 +00:00
|
|
|
[pull]
|
2021-09-27 16:03:37 +00:00
|
|
|
ff = only
|
2021-03-09 22:00:05 +00:00
|
|
|
[push]
|
|
|
|
default = simple
|
|
|
|
[color]
|
|
|
|
ui = auto
|
2021-06-21 21:34:44 +00:00
|
|
|
[init]
|
|
|
|
defaultBranch = main
|
2021-03-09 22:00:05 +00:00
|
|
|
[gui]
|
|
|
|
encoding = utf-8
|
|
|
|
[guitool "Rebase"]
|
|
|
|
cmd = rebase
|
|
|
|
[alias]
|
|
|
|
graph = log --graph --oneline --all
|
|
|
|
l1 = log --pretty=oneline
|
|
|
|
last = log -1 HEAD --pretty=fuller
|
|
|
|
lastmail = format-patch --stdout -1 HEAD
|
2021-03-11 22:47:47 +00:00
|
|
|
[include]
|
2021-11-01 10:59:31 +00:00
|
|
|
path = local
|