mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
31 lines
468 B
Text
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
|