ack3
ack3 copied to clipboard
Add `git ack` alias to docs somewhere
@dboehmer came up with this at https://github.com/beyondgrep/ack2/issues/28
git config --global alias.ack '! git ls-files --others --cached --exclude-standard | ack -x'
git ack foo