document updated 12 years ago, on Mar 22, 2012
Various read-only operations.
List files
List all files that match the .gitignore or .git/info/excludes patterns:
git ls-files --others --ignored --exclude-standard
Access older versions of files
git show REVISION:path/to/file
Confirm the .gitconfig file can be parsed properly
git config -l