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

31 lines
390 B
Text

[user]
name = Smirnov Olexander
email = ss2316544@gmail.com
[github]
user = Smirnov-O
[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