20 lines
329 B
Plaintext
20 lines
329 B
Plaintext
[user]
|
||
name = ${GIT_NAME}
|
||
email = ${GIT_EMAIL}
|
||
|
||
[diff]
|
||
tool = nvimdiff
|
||
|
||
[difftool]
|
||
prompt = false # don’t ask “launch nvim?” each time
|
||
|
||
[difftool "nvimdiff"]
|
||
cmd = nvim -d "$LOCAL" "$REMOTE"
|
||
trustExitCode = true
|
||
|
||
[alias]
|
||
co = checkout
|
||
st = status
|
||
ci = commit
|
||
lg = log --oneline --graph --all
|