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:
parent
82181b682f
commit
c46079d7cd
@ -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~";
|
||||
|
Loading…
Reference in New Issue
Block a user