paperlined.org
apps > git
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:

Access older versions of files

git show REVISION:path/to/file

Confirm the .gitconfig file can be parsed properly

git config -l