all repos

dotfiles @ b1d104b22f7da70fade2b19ad37d5cf3fc2c90c0

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 -all
13
	cm = commit
14
	ch = checkout
15
	cl = clone
16
	st = status
17
	br = branch
18
19
[color]
20
	ui = true
21
	interactive = true
22
	branch = true
23
	status = true
24
25
[credential]
26
	helper = cache --timeout=1800