feat(git): add logs and logo log aliases
This commit is contained in:
@@ -105,6 +105,8 @@ in
|
|||||||
|
|
||||||
alias = {
|
alias = {
|
||||||
l = "log --pretty=oneline -n 20 --graph --abbrev-commit";
|
l = "log --pretty=oneline -n 20 --graph --abbrev-commit";
|
||||||
|
logs = "log --show-signature";
|
||||||
|
logo = "log --pretty=format:\"%C(auto)%h%x09%ad%x09%<(16,trunc)%an%x09%s%x09%d\"";
|
||||||
s = "status -s";
|
s = "status -s";
|
||||||
d = "!\"git diff-index --quiet HEAD -- || clear; git --no-pager diff --patch-with-stat\"";
|
d = "!\"git diff-index --quiet HEAD -- || clear; git --no-pager diff --patch-with-stat\"";
|
||||||
p = "pull --recurse-submodules";
|
p = "pull --recurse-submodules";
|
||||||
|
|||||||
Reference in New Issue
Block a user