Lots of stuff. Working on refactoring

This commit is contained in:
Thomas Loven
2017-10-14 09:47:18 +02:00
parent 8230d22739
commit 1b5423997e
23 changed files with 620 additions and 12 deletions

3
fish/functions/greb.fish Executable file
View File

@@ -0,0 +1,3 @@
function greb --description "Git rebase entire history, interactively"
git rebase --interactive (git rev-list --max-parents=0 HEAD)
end