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