Alpha Chen 7 months ago
parent 006f6710b2
commit a11b03d529
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -21,15 +21,20 @@
[transfer] [transfer]
fsckobjects = true fsckobjects = true
# ui
[color] [color]
ui = auto ui = auto
diff = true diff = true
[column]
ui = auto
[core] [core]
autocrlf = false autocrlf = false
safecrlf = true safecrlf = true
quotepath = false quotepath = false
sparecheckout = true sparecheckout = true
editor = nvim editor = nvim
fsmonitor = true
[alias] [alias]
g = grep --break --heading --line-number g = grep --break --heading --line-number
standup = !git log --all --date=short --no-merges --pretty=format:\"%h %ad %s%d\" --since=1.weeks --author=`git config user.email` standup = !git log --all --date=short --no-merges --pretty=format:\"%h %ad %s%d\" --since=1.weeks --author=`git config user.email`
@ -81,10 +86,9 @@
addEmptyPathspec = false addEmptyPathspec = false
[rerere] [rerere]
enabled = true enabled = true
autoUpdate = true
[branch] [branch]
sort = -committerdate sort = -committerdate
[include]
path = ~/.gitconfig.local
[log] [log]
follow = true follow = true
date = iso date = iso
@ -99,6 +103,7 @@
indentHeuristic = true indentHeuristic = true
colorMoved = default colorMoved = default
submodule = log submodule = log
renames = copy
[difftool] [difftool]
prompt = false prompt = false
[difftool "sourcetree"] [difftool "sourcetree"]
@ -141,3 +146,6 @@
format = ssh format = ssh
[gpg "ssh"] [gpg "ssh"]
program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign" program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"
[include]
path = ~/.gitconfig.local

Loading…
Cancel
Save