Simplify git logs

This commit is contained in:
2021-02-20 15:52:08 +01:00
parent 14e44362d0
commit 8781a919ca

View File

@@ -15,7 +15,7 @@
ap = add -p
cm = commit -m
cam = commit -a -m
l = log --pretty=format:"%C(yellow)%h\\ %ad%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --date=short
l = log --pretty=format:"(%an)\\ \\ %h\\ \\ %ad\\ \\ %s" --date=short
s = status -s
co = checkout
cob = checkout -b