9
git diff를 grep하는 방법?
주어진 패턴으로 필터링 된 git-diff를 표시하는 방법이 있습니까? 같은 것 git grepdiff pattern changed file +++ some sentence with pattern changed file 2 --- some other pattern 불행히도 가장 간단한 해결책으로는 충분하지 않습니다 git diff | grep pattern +++ some sentence with pattern --- some other pattern # not an …