1
0
Fork 0
forked from ahurac/dotfiles
ahuarc-dotfiles/home/gitconfig

21 lines
273 B
Text

[user]
name = Ahurac
email = ahurac@mailbox.org
[core]
editor = nvim
[init]
defaultbranch = main
[pull]
rebase = true
[alias]
s = status
l = log
c = commit
d = diff
p = pull
ch = checkout
a = add
sh = show
m = merge
r = rebase
graph = log --graph --oneline