Skip to content

Instantly share code, notes, and snippets.

@ricardobeat
Created July 14, 2014 16:00
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ricardobeat/2791b30deb6781c118fd to your computer and use it in GitHub Desktop.
Save ricardobeat/2791b30deb6781c118fd to your computer and use it in GitHub Desktop.
File search using git ls-files with relative path output.
git ls-files | grep $1 | sed s%`git rev-parse --show-prefix`%%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment