4 lines
138 B
Fish
Executable File
4 lines
138 B
Fish
Executable File
function greb --description "Git rebase entire history, interactively"
|
|
git rebase --interactive (git rev-list --max-parents=0 HEAD)
|
|
end
|