dotfiles/gitconfig
Smirnov Olexandr 9cfea5e5f0 Update config
2020-06-11 19:51:20 +03:00

34 lines
461 B
Text

[user]
username = Smirnov-O
name = Smirnov Olexandr
email = ss2316544@gmail.com
[github]
name = Smirnov-O
[web]
browser = firefox
#browser = google-chrome
[core]
editor = vim
[alias]
ada = add -A
rmc = rm --cached
cm = commit
cmm = commit -m
ch = checkout
cl = clone
st = status
br = branch
l = log
[color]
ui = true
interactive = true
branch = true
status = true
[credential]
helper = cache --timeout=1800