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 |
[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
s = status -sb
lg = log --stat
f = fetch
sw = switch
cm = commit
p = pull
re = restore
r = rebase
|