dotfiles/gitconfig
Smirnov Oleksandr b1d104b22f
Update gitconfig
2020-04-11 16:58:39 +03:00

26 lines
308 B
Text

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