Skip to main navigation
Skip to main content
Skip to search
Bash tip of the day: ff
Friday, Mar 25, 2011
Home
Archive
About
Contact
Search
⬅︎ Back to
Bash tip of the day: ff
Comment
Tom
March 26, 2011
Reply
Why not just add to your .bashrc:
alias ff="git ls-files | grep"
Comment
Why not just add to your .bashrc:
alias ff="git ls-files | grep"