Files
dots/files/git/.gitconfig
2026-04-13 22:17:23 +02:00

33 lines
537 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 .
b = branch
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
rc = rebase --continue
sh = show
st = status -s
wt = worktree
[blame]
date = relative
[grep]
lineNumber = true
[init]
defaultBranch = main
[core]
editor = hx