mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Update gitconfig
This commit is contained in:
parent
0de814c8aa
commit
b1d104b22f
1 changed files with 19 additions and 12 deletions
31
gitconfig
31
gitconfig
|
|
@ -1,19 +1,26 @@
|
||||||
[user]
|
[user]
|
||||||
email = XXX@exemple.com
|
name = Smirnov-O
|
||||||
name = NAME
|
email = ss2316544@gmail.com
|
||||||
|
|
||||||
[web]
|
[web]
|
||||||
browser = firefox
|
browser = firefox
|
||||||
|
|
||||||
|
[core]
|
||||||
|
editor = vim
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
a = add -all
|
ada = add -all
|
||||||
ai = add -i
|
cm = commit
|
||||||
ap = apply
|
ch = checkout
|
||||||
as = apply --stat
|
|
||||||
ac = apply -- check
|
|
||||||
c = commit
|
|
||||||
ca = commit -a
|
|
||||||
cm = commit -m
|
|
||||||
cl = clone
|
cl = clone
|
||||||
[cola]
|
st = status
|
||||||
spellcheck = false
|
br = branch
|
||||||
|
|
||||||
|
[color]
|
||||||
|
ui = true
|
||||||
|
interactive = true
|
||||||
|
branch = true
|
||||||
|
status = true
|
||||||
|
|
||||||
|
[credential]
|
||||||
|
helper = cache --timeout=1800
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue