all repos

dotfiles @ 64007489ce41b3bdeafc99cebdab9b9e9ef2b545

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
[init]
7
	defaultBranch = main
8
9
[web]
10
    browser = firefox
11
12
[core]
13
    editor = nvim
14
    excludesfile = ~/.gitignore_global
15
16
[alias]
17
    ada = add -A
18
    cm = commit
19
    cmm = commit -m
20
    ch = checkout
21
    cl = clone
22
    st = status
23
    br = branch
24
    l = log
25
    i = init
26
27
[color]
28
    ui = true
29
    interactive = true
30
    branch = true
31
    status = true
32
33
[credential]
34
    helper = cache --timeout=1800