all repos

dotfiles @ 53d009b67149cc355a1286494ecb955845ed6424

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