mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Update config
This commit is contained in:
parent
4901ad0581
commit
9cfea5e5f0
2 changed files with 13 additions and 9 deletions
17
gitconfig
17
gitconfig
|
|
@ -1,25 +1,28 @@
|
|||
[user]
|
||||
name = Smirnov Olexander
|
||||
username = Smirnov-O
|
||||
name = Smirnov Olexandr
|
||||
email = ss2316544@gmail.com
|
||||
|
||||
[github]
|
||||
user = Smirnov-O
|
||||
name = Smirnov-O
|
||||
|
||||
[web]
|
||||
browser = firefox
|
||||
browser = firefox
|
||||
#browser = google-chrome
|
||||
|
||||
[core]
|
||||
editor = vim
|
||||
excludesfile = ~/.gitignore_global
|
||||
|
||||
[alias]
|
||||
ada = add -A
|
||||
cm = commit
|
||||
rmc = rm --cached
|
||||
cm = commit
|
||||
cmm = commit -m
|
||||
ch = checkout
|
||||
cl = clone
|
||||
st = status
|
||||
br = branch
|
||||
l = log
|
||||
br = branch
|
||||
l = log
|
||||
|
||||
[color]
|
||||
ui = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue