Export folders from a git repository
Find a file
PowerUser64 227c346e33 add readme
2026-01-17 12:07:01 -08:00
git-export git-export: fix checks, add is_empty check 2026-01-17 02:50:08 -08:00
README.md add readme 2026-01-17 12:07:01 -08:00

git-export

A git subcommand that separates a given directory into its own repository, maintaining commit history.

Installation

  1. Place git-export in your $PATH
  2. chmod +x git-export
  3. Test by running git export --help