From b1d104b22f7da70fade2b19ad37d5cf3fc2c90c0 Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr <50584123+Smirnov-O@users.noreply.github.com> Date: Sat, 11 Apr 2020 16:58:39 +0300 Subject: [PATCH] Update gitconfig --- gitconfig | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/gitconfig b/gitconfig index d2107f7..3f83b87 100644 --- a/gitconfig +++ b/gitconfig @@ -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