1
0
forked from extern/nix-config

fish: Remove --all from git log abbreviation

Now it's possible to get the log of specific branches, particularly
useful for cherry picking.
This commit is contained in:
Donovan Glover 2023-07-18 09:06:41 -04:00
parent 82181b682f
commit c46079d7cd
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -48,7 +48,7 @@
gd = "git diff";
gds = "git diff --staged";
gi = "git init";
gl = "git log --oneline --decorate --all --graph -n 10";
gl = "git log --oneline --decorate --graph -n 10";
gm = "git merge";
gp = "git push";
gr = "git reset HEAD~";