all repos

dotfiles @ 9cfea5e5f0e219994afc29dd80f5bec745e794cc

i use rach linux btw

dotfiles/gitconfig (view raw)

1
[user]
2
    username = Smirnov-O
3
    name = Smirnov Olexandr
4
	email = ss2316544@gmail.com
5
6
[github]
7
    name = Smirnov-O
8
9
[web]
10
    browser = firefox
11
    #browser = google-chrome
12
13
[core]
14
	editor = vim
15
16
[alias]
17
	ada = add -A
18
	rmc = rm --cached
19
    cm = commit
20
    cmm = commit -m
21
	ch = checkout
22
	cl = clone
23
	st = status
24
    br = branch
25
    l = log
26
27
[color]
28
	ui = true
29
	interactive = true
30
	branch = true
31
	status = true
32
33
[credential]
34
	helper = cache --timeout=1800