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";
|
gd = "git diff";
|
||||||
gds = "git diff --staged";
|
gds = "git diff --staged";
|
||||||
gi = "git init";
|
gi = "git init";
|
||||||
gl = "git log --oneline --decorate --all --graph -n 10";
|
gl = "git log --oneline --decorate --graph -n 10";
|
||||||
gm = "git merge";
|
gm = "git merge";
|
||||||
gp = "git push";
|
gp = "git push";
|
||||||
gr = "git reset HEAD~";
|
gr = "git reset HEAD~";
|
||||||
|
Loading…
Reference in New Issue
Block a user