Grouping stuff
This commit is contained in:
3
terminal/fish/functions/greb.fish
Executable file
3
terminal/fish/functions/greb.fish
Executable file
@@ -0,0 +1,3 @@
|
||||
function greb --description "Git rebase entire history, interactively"
|
||||
git rebase --interactive (git rev-list --max-parents=0 HEAD)
|
||||
end
|
||||
Reference in New Issue
Block a user