r0tt
r0tt

Reputation: 379

Can I combine git-archive with git-grep?

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 

Upvotes: 0

Views: 50

Answers (0)

Related Questions