all repos

dotfiles @ 65774cb3d38c0ddd58601a064d149151f8dbd845

my dotfiles

gitconfig (view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[user]
    name = Smirnov Oleksandr
    email = ss2316544@gmail.com
    signingkey = 300387B5D7EE0DB2

[github]
    name = olexsmir

[gpg]
    program = gpg2

[core]
    editor = nvim

[init]
    defaultBranch = "main"

[alias]
    a = add
    l = log --oneline --decorate
    ll = log --graph --oneline --decorate --all
    s = status -sb
    lg = log --stat
    f = fetch
    sw = switch
    cm = commit
    p = pull
    re = restore
    r = rebase