dotfiles/gitconfig
Smirnov Olexandr 7cf1432163 Update
2020-12-05 23:27:37 +02:00

34 lines
525 B
Text

[user]
username = Smirnov-O
name = Smirnov Olexandr
email = ss2316544@gmail.com
[github]
name = Smirnov-O
[web]
browser = chromium # firefox, google-chrome,
[core]
editor = vim
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