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
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