DKHKVC66NOZAL7ENFPGY7DBDAZ6SYXCN3E6SJLBN3QMQIASFL4GAC # 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`.)