dotfiles/gitconfig
2020-05-15 22:52:25 +03:00

27 lines
315 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
l = log
[color]
ui = true
interactive = true
branch = true
status = true
[credential]
helper = cache --timeout=1800