Using command line git, how can I make git show a list of the files that are being tracked in the repository?
The files managed by git are shown by git ls-files. Check out its manual page.
git ls-files