dotfiles/gitconfig
2021-01-14 21:48:31 +02:00

31 lines
468 B
Text

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