--- syntax: bash tags: [ vcs ] --- # Show contents of a file git show revision:path/to/file # Run commands in all existing commit git filter-branch --tree-filter 'shell command' HEAD # Show branches and their commits git show-branch