dotfiles/home/gitconfig
2024-06-10 08:58:43 +02:00

24 lines
325 B
Text

[user]
name = Ahurac
email = ahurac@mailbox.org
[core]
editor = helix
[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
ds = diff --staged
[push]
autoSetupRemote = true