1 files changed,
19 insertions(+),
12 deletions(-)
Author:
Smirnov Oleksandr
50584123+Smirnov-O@users.noreply.github.com
Committed by:
GitHub
noreply@github.com
Committed at:
2020-04-11 16:58:39 +0300
Parent:
0de814c
M
gitconfig
ยทยทยท 1 1 [user] 2 - email = XXX@exemple.com 3 - name = NAME 2 + name = Smirnov-O 3 + email = ss2316544@gmail.com 4 4 5 5 [web] 6 6 browser = firefox 7 7 8 +[core] 9 + editor = vim 10 + 8 11 [alias] 9 - a = add -all 10 - ai = add -i 11 - ap = apply 12 - as = apply --stat 13 - ac = apply -- check 14 - c = commit 15 - ca = commit -a 16 - cm = commit -m 12 + ada = add -all 13 + cm = commit 14 + ch = checkout 17 15 cl = clone 18 -[cola] 19 - spellcheck = false 16 + st = status 17 + br = branch 18 + 19 +[color] 20 + ui = true 21 + interactive = true 22 + branch = true 23 + status = true 24 + 25 +[credential] 26 + helper = cache --timeout=1800