mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
26 lines
308 B
Text
26 lines
308 B
Text
[user]
|
|
name = Smirnov-O
|
|
email = ss2316544@gmail.com
|
|
|
|
[web]
|
|
browser = firefox
|
|
|
|
[core]
|
|
editor = vim
|
|
|
|
[alias]
|
|
ada = add -all
|
|
cm = commit
|
|
ch = checkout
|
|
cl = clone
|
|
st = status
|
|
br = branch
|
|
|
|
[color]
|
|
ui = true
|
|
interactive = true
|
|
branch = true
|
|
status = true
|
|
|
|
[credential]
|
|
helper = cache --timeout=1800
|