git-fast-export
Verified for current stable LTS
Git Fast Export Commands
Git Fast Export command syntax with verified terminal examples.
Commands
5 commands for Git Fast Export
git-fast-export Operations
Git Fast Export Command: Export Entire Repo History To Stdout
git fast-export --all git-fast-export Operations
Git Fast Export Command: Export Entire Repo To File
git fast-export --all > <path/to/file> git-fast-export Operations
Git Fast Export Command: Export Specific Branch
git fast-export <main> git-fast-export Operations
Git Fast Export Command: Export With Progress Statements
git fast-export --progress <n> --all > <path/to/file> git-fast-export Operations
Git Fast Export Command: Export Specific Subdirectory History
git fast-export --all -- <path/to/directory> > <path/to/file> Suggest a Git Fast Export Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Git Fast Export workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.