all repos

dotfiles @ 1faee71d932c2abdfad6c67bf74465021c18899f

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
19
[color]
20
	ui = true
21
	interactive = true
22
	branch = true
23
	status = true
24
25
[credential]
26
	helper = cache --timeout=1800