dotfiles/gitconfig
Smirnov Oleksandr f766330e55
Update gitconfig
2020-04-12 15:02:14 +03:00

26 lines
306 B
Text

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