all repos

dotfiles @ d5685185d7c04f333ef2b30176e86398203cfeb6

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
[github]
7
    name = Smirnov-O
8
9
[web]
10
    browser = chromium # firefox, google-chrome,
11
12
[core]
13
    editor = vim
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