Files
dots/files/git/.gitconfig
2022-04-14 16:13:40 +02:00

21 lines
380 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