git: add gitconfig
This commit is contained in:
parent
a8742a7cb7
commit
a0a2ecbee2
1 changed files with 23 additions and 0 deletions
23
.gitconfig
Normal file
23
.gitconfig
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
[user]
|
||||||
|
name = Petar Kapriš
|
||||||
|
email = kayprish@bonsai.cool
|
||||||
|
[sendemail]
|
||||||
|
smtpServer = mail.bonsai.cool
|
||||||
|
from = petarkapris@firemail.cc
|
||||||
|
smtpUser = kayprish.bonsai.cool
|
||||||
|
smtpencryption = tls
|
||||||
|
smtpserverport = 587
|
||||||
|
suppresscc = self
|
||||||
|
chainreplyto = false
|
||||||
|
|
||||||
|
[init]
|
||||||
|
defaultBranch = master
|
||||||
|
|
||||||
|
[core]
|
||||||
|
editor = vim
|
||||||
|
[color "status"]
|
||||||
|
branch = magenta
|
||||||
|
untracked = cyan
|
||||||
|
unmerged = yellow
|
||||||
|
[alias]
|
||||||
|
staash = stash --all
|
Loading…
Add table
Reference in a new issue