Simplify git logs

master
Hektor Misplon 2021-02-20 15:52:08 +01:00
parent 14e44362d0
commit 8781a919ca
1 changed files with 1 additions and 1 deletions

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