mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 16:23:57 +01:00
fish: Add git rebase abbreviations
This commit is contained in:
parent
784b3270f9
commit
937caf1642
@ -63,6 +63,8 @@
|
|||||||
gre = "git remote --verbose";
|
gre = "git remote --verbose";
|
||||||
grh = "git reset HEAD";
|
grh = "git reset HEAD";
|
||||||
grr = "git reset --hard HEAD~";
|
grr = "git reset --hard HEAD~";
|
||||||
|
grb = "git rebase --interactive";
|
||||||
|
grbc = "git rebase --continue";
|
||||||
gs = "git status";
|
gs = "git status";
|
||||||
gst = "git stash";
|
gst = "git stash";
|
||||||
gstp = "git stash pop";
|
gstp = "git stash pop";
|
||||||
|
Loading…
Reference in New Issue
Block a user