all repos

dotfiles @ 73ebbfbe50e81802ef9b78203672b87f1b5383ef

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