test
This commit is contained in:
parent
13e46c789d
commit
a903c3d56a
1 changed files with 29 additions and 0 deletions
29
dotfiles/.gitconfig
Normal file
29
dotfiles/.gitconfig
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
[user]
|
||||||
|
email = root@ivnglkv.me
|
||||||
|
name = Ivan Golikov
|
||||||
|
|
||||||
|
[push]
|
||||||
|
default = current
|
||||||
|
|
||||||
|
[diff]
|
||||||
|
external = difft
|
||||||
|
tool = difftastic
|
||||||
|
|
||||||
|
[difftool]
|
||||||
|
prompt = false
|
||||||
|
|
||||||
|
[difftool "difftastic"]
|
||||||
|
cmd = difft "$LOCAL" "$REMOTE"
|
||||||
|
|
||||||
|
[pager]
|
||||||
|
difftool = true
|
||||||
|
|
||||||
|
[credential]
|
||||||
|
helper = cache --timeout=600
|
||||||
|
|
||||||
|
[core]
|
||||||
|
editor = nvim
|
||||||
|
autocrlf = input
|
||||||
|
|
||||||
|
[init]
|
||||||
|
defaultBranch = main
|
||||||
Loading…
Add table
Add a link
Reference in a new issue