all repos

dotfiles @ e41495d8d57dfc5260dbc0da56289d9967d068f9

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
	excludesfile = ~/.gitignore_global
11
12
[alias]
13
	ada = add -A
14
	cm = commit
15
	ch = checkout
16
	cl = clone
17
	st = status
18
	br = branch
19
	l = log
20
21
[color]
22
	ui = true
23
	interactive = true
24
	branch = true
25
	status = true
26
27
[credential]
28
	helper = cache --timeout=1800