all repos

dotfiles @ 2f383e01d4f997aa0426b9e92f9a7750f9d64de5

i use rach linux btw

dotfiles/gitconfig (view raw)

1
[user]
2
    name = Smirnov Oleksandr
3
    email = ss2316544@gmail.com
4
    signingkey = 300387B5D7EE0DB2
5
6
[github]
7
    name = olexsmir
8
9
[gpg]
10
    program = gpg2
11
12
[core]
13
    editor = nvim
14
15
[init]
16
    defaultBranch = "main"
17
18
[alias]
19
    a = add
20
    l = log --oneline --decorate
21
    s = status -sb
22
    lg = log --stat
23
    f = fetch
24
    sw = switch
25
    cm = commit
26
    p = pull
27
    re = restore
28
    r = rebase