dotfiles/gitconfig
Smirnov Sasha e41495d8d5 Updata file
Git: add gitignore_global on gitconfig
Full update install.sh
Updata READEME.md
Updata vimrc
2020-05-20 00:47:31 +03:00

28 lines
351 B
Text

[user]
name = Smirnov-O
email = ss2316544@gmail.com
[web]
browser = firefox
[core]
editor = vim
excludesfile = ~/.gitignore_global
[alias]
ada = add -A
cm = commit
ch = checkout
cl = clone
st = status
br = branch
l = log
[color]
ui = true
interactive = true
branch = true
status = true
[credential]
helper = cache --timeout=1800