Add a README
Dependencies
- [2]
YANQZYFX
Change contents
- file addition: README.md[2.1]
# pijul-exportAn implementation of `git fast-export` for Pijul.Example:```mkdir myproject-gitcd myproject-gitgit initpijul-export --repo ~/myproject | git fast-import```The result is a Git repository with a single branch (master),containing a linear history corresponding to the history of themain channel in the Pijul repository at ~/myproject.(If you want to use a different channel, specify it with `--channel`.)