Files
dots/files/git/.gitconfig
2026-04-06 00:34:29 +02:00

31 lines
501 B
INI

[user]
name = Marco Thomas
email = git@marcothms.de
[includeIf "gitdir:~/dev/lrz-gitlab/**"]
path = "~/dev/lrz-gitlab/.gitconfig"
[alias]
a = add
aa = add .
bl = blame
c = commit -v
ca = commit -v --amend
co = checkout
cp = cherry-pick
d = diff
lg = log --oneline --decorate --graph
nuke = clean -df
pl = pull --rebase
ps = push
r = rebase -i
sh = show
st = status -s
wt = worktree
[blame]
date = relative
[grep]
lineNumber = true
[init]
defaultBranch = main
[core]
editor = hx