Created
October 30, 2013 19:21
-
-
Save alloy-d/7238534 to your computer and use it in GitHub Desktop.
git ls-files --recursive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git ls-files; git submodule foreach 'for file in $(git ls-files); do echo "$path/$file"; done' | grep -ve '^Entering ' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment