Update gitconfig

This commit is contained in:
Smirnov Oleksandr 2020-04-11 16:58:39 +03:00 committed by GitHub
parent 0de814c8aa
commit b1d104b22f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,19 +1,26 @@
[user]
email = XXX@exemple.com
name = NAME
name = Smirnov-O
email = ss2316544@gmail.com
[web]
browser = firefox
[core]
editor = vim
[alias]
a = add -all
ai = add -i
ap = apply
as = apply --stat
ac = apply -- check
c = commit
ca = commit -a
cm = commit -m
ada = add -all
cm = commit
ch = checkout
cl = clone
[cola]
spellcheck = false
st = status
br = branch
[color]
ui = true
interactive = true
branch = true
status = true
[credential]
helper = cache --timeout=1800