Simplify git logs
parent
14e44362d0
commit
8781a919ca
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue