all repos

dotfiles @ 55d5156a739f742ad5a174b2b71a6d6f2c54dbbc

i use rach linux btw

dotfiles/gitconfig (view raw)

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