Составной gitconfig
Составной gitconfig
This commit is contained in:
parent
28a673a467
commit
1d4fcb830a
1 changed files with 17 additions and 26 deletions
13
git/config
13
git/config
|
@ -1,8 +1,3 @@
|
|||
[user]
|
||||
name = Alexander Kiryukhin
|
||||
email = i@neonxp.ru
|
||||
signingkey = 35E33E1AB7776B39
|
||||
|
||||
[alias]
|
||||
co = checkout
|
||||
ci = commit
|
||||
|
@ -104,12 +99,6 @@
|
|||
color = true
|
||||
submodulesummary = true
|
||||
|
||||
[sendemail]
|
||||
# smtpserver = smtp.mail.ru
|
||||
# smtpuser = a.kiryukhin@mail.ru
|
||||
smtpserverport = 25
|
||||
smtpencryption = tls
|
||||
|
||||
[init]
|
||||
defaultBranch = master
|
||||
|
||||
|
@ -137,3 +126,5 @@
|
|||
hunk-header-line-number-style = "#067a00"
|
||||
hunk-header-style = file line-number syntax
|
||||
|
||||
[include]
|
||||
path = .gitconfig.local
|
||||
|
|
Loading…
Reference in a new issue