DKHKVC66NOZAL7ENFPGY7DBDAZ6SYXCN3E6SJLBN3QMQIASFL4GAC
# pijul-export
An implementation of `git fast-export` for Pijul.
Example:
```
mkdir myproject-git
cd myproject-git
git init
pijul-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 the
main channel in the Pijul repository at ~/myproject.
(If you want to use a different channel, specify it with `--channel`.)