dotfiles/home/gitconfig

25 lines
325 B
Text
Raw Permalink Normal View History

2023-04-16 12:46:25 +02:00
[user]
name = Ahurac
email = ahurac@mailbox.org
2023-04-16 12:46:25 +02:00
[core]
editor = helix
2023-04-16 12:46:25 +02:00
[init]
defaultbranch = main
2023-04-16 12:46:25 +02:00
[pull]
rebase = true
2023-09-28 09:12:27 +02:00
[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
2024-06-10 08:58:43 +02:00
ds = diff --staged
2023-12-13 19:46:56 +01:00
[push]
autoSetupRemote = true