Replies: 1 comment 3 replies
-
You can use git rev-parse to figure out the top of the repo and pass that as |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I often am in inside the subfolder of a git repository and would like to use
live_grep
to find something inside the repository, but it only searches files inside the current subfolder.How would I make it search all files in the repository? I'm basically searching for something like
git grep "something"
as live-grep and with FzfLua. Anyone got a solution?Beta Was this translation helpful? Give feedback.
All reactions