mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-07-22 10:09:55 +00:00
add git files
This commit is contained in:
17
gitconfig
Normal file
17
gitconfig
Normal file
@ -0,0 +1,17 @@
|
||||
[user]
|
||||
name = arcan1s
|
||||
email = darkarcanis@mail.ru
|
||||
[init]
|
||||
templatedir = ~/.git/templates
|
||||
[core]
|
||||
autocrlf = false
|
||||
safecrlf = false
|
||||
editor = vim
|
||||
[color]
|
||||
ui = true
|
||||
[credential]
|
||||
helper = cache --timeout=3600
|
||||
[push]
|
||||
default = simple
|
||||
[merge]
|
||||
tool = vimdiff
|
Reference in New Issue
Block a user