random stuff

This commit is contained in:
Marco Thomas
2022-09-07 22:28:56 +02:00
parent fa34b02c8c
commit b94713c5f9
5 changed files with 24 additions and 11 deletions

View File

@@ -5,20 +5,21 @@
path = "~/dev/uni/lrz-gitlab/.gitconfig"
[alias]
aa = add .
st = status
sh = show
d = diff
b = blame -L
br = branch
c = commit -v
ca = commit -v --amend
co = checkout
br = branch
pl = pull --rebase
u = pull --rebase
ps = push
d = diff
lg = log --oneline --decorate --graph
yoink = pull
lgp = lg -p
pl = pull --rebase
ps = push
sh = show
st = status
u = pull --rebase
yeet = push
b = blame -L
yoink = pull
[blame]
date = relative
coloring = highlightRecent