Can I combine git-archive with git-grep?

53 views Asked by At

For a DevOps solution I'm looking for a way to combine git archive with git grep. Is it possible to combine this? e.g.:

 git archive --remote=url.project.git HEAD: git grep -i searchString $(git branch -r) | tar -x 
0

There are 0 answers