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