feat(shell): show all branches but limit commits in gg alias

This commit is contained in:
Michael Mandl 2024-07-29 07:25:25 +02:00
parent 5081f01fc2
commit 911222e679
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2
2 changed files with 2 additions and 2 deletions

View file

@ -67,7 +67,7 @@
};
aliases = {
graph = "log --graph --all --max-count 32";
graph = "log --graph";
};
ignores = [