feat(shell): show all branches but limit commits in gg alias
This commit is contained in:
parent
5081f01fc2
commit
911222e679
2 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@
|
|||
};
|
||||
|
||||
aliases = {
|
||||
graph = "log --graph --all --max-count 32";
|
||||
graph = "log --graph";
|
||||
};
|
||||
|
||||
ignores = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue