$ sudo make install PREFIX=...
Opens fzf
to let you pick a revision interactively, and points a (new) ref PICK
to it.
git rev-pick
accepts the same arguments as git log
.
$ git rev-pick HEAD~3..
$ git checkout PICK
Pages through diff hunks for a specified commit and lets you open an editor at the current location.
Like moreutils' vidir but for git branches. Let's you batch rename/delete branches using a text editor.
Resolve merge conflicts interactively.