bigH / git-fuzzy

interactive `git` with the help of `fzf`
MIT License
2.3k stars 42 forks source link

Disable checkout less restrictively #28

Closed przepompownia closed 3 years ago

przepompownia commented 3 years ago

https://github.com/bigH/git-fuzzy/blob/ecdcd157e537d98586435a40bed83d40c65bd959/lib/modules/branch.sh#L20

I would like to checkout a branch also when there are unversioned files (and sometimes even when there are modified ones), with possible rejection at git level.

Thanks for useful tool!

bigH commented 3 years ago

this was because there would be no user feedback or it'd be too expensive to provide; please submit a PR if you have a solution.