Files
dots/files/git/.gitconfig
2022-08-22 12:01:17 +02:00

22 lines
409 B
INI

[user]
name = Marco Thomas
email = rb.ma.tho@gmail.com
[includeIf "gitdir:~/dev/uni/lrz-gitlab/**"]
path = "~/dev/uni/lrz-gitlab/.gitconfig"
[alias]
aa = add .
st = status
sh = show
d = diff
c = commit -v
ca = commit -v --amend
co = checkout
b = branch
pl = pull --rebase
u = pull --rebase
ps = push
lg = log --oneline --decorate --graph
yoink = pull
yeet = push
b = blame --color-by-age -L