1
0
forked from extern/nix-config

fish: Add git rebase abbreviations

This commit is contained in:
Donovan Glover 2023-08-04 21:38:38 -04:00
parent 784b3270f9
commit 937caf1642
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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";