Files
dots/files/git/.gitconfig

32 lines
514 B
INI

[user]
name = Marco Thomas
email = github@marcothms.de
[includeIf "gitdir:~/dev/lrz-gitlab/**"]
path = "~/dev/lrz-gitlab/.gitconfig"
[alias]
a = add
aa = add .
bl = blame
br = branch
c = commit -v
ca = commit -v --amend
cm = commit -v -m
co = checkout
cp = cherry-pick
d = diff
lg = log --oneline --decorate --graph
lgp = lg -p
pl = pull --rebase
plm = pull
plm = pull
ps = push
r = rebase
sh = show
st = status
[blame]
date = relative
[grep]
lineNumber = true
[init]
defaultBranch = main