I\'m using msysgit (1.7.9), and I\'m looking for the right invocation of the git ls-files command to show just the (tracked) files and directories at the curren
The simplest solution I have found, believe it or not, is to simply cd into the directory you want in your terminal. Running git ls-files in /project/src will give you results from only that directory, versus running it in /project