ytet5uy4 / fzf-widgets

ZLE widgets of fzf
MIT License
87 stars 18 forks source link

fzf-git-checkout: git checkout -- test: pathspec 'test' did not match any file(s) known to git #14

Closed popstas closed 7 years ago

popstas commented 7 years ago

Environment

I trying to checkout to test branch.

Actual behaviour

After widget select I expect:

git checkout test

Expected behaviour

git checkout -- test
ytet5uy4 commented 7 years ago

@popstas Thank you for report! I fixed it.