Simplify git logs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user