dotfiles/gitconfig
2021-02-14 18:06:43 +02:00

31 lines
468 B
Text

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