I use it to interact with git, i.e.:
- checkout local git branch from curated list of branches fed through fzf
- cherry pick commits from the previous (@{-1}) branch, using fzf + preview showing each commit's "diff"
- pick recent SHA to git revert
- pick files changed from {master,main,blead}
- pick files currently uncommitted
I use it to interact with git, i.e.:
- checkout local git branch from curated list of branches fed through fzf
- cherry pick commits from the previous (@{-1}) branch, using fzf + preview showing each commit's "diff"
- pick recent SHA to git revert
- pick files changed from {master,main,blead}
- pick files currently uncommitted