all repos

dotfiles @ d50fc73

i use rach linux btw

dotfiles/gitconfig (view raw)

1
[user]
2
    username = Smirnov-O
3
    name = Smirnov Alexandr
4
    email = ss2316544@gmail.com
5
6
[init]
7
    defaultBranch = master
8
9
[web]
10
    #browser = firefox
11
    browser = google-chrome-stable
12
13
[core]
14
    editor = nvim
15
    excludesfile = ~/.gitignore_global
16
17
[alias]
18
    ada = add -A
19
    com = commit -am
20
    cmm = commit -m
21
    ch = checkout
22
    st = status
23
    br = branch
24
25
[color]
26
    ui = true
27
    interactive = true
28
    branch = true
29
    status = true
30
31
[credential]
32
    helper = cache --timeout=1800