dotfiles/gitconfig
2024-01-15 13:11:18 +02:00

29 lines
451 B
Text

[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