Add a README

andybalholm
Mar 11, 2023, 11:31 PM
DKHKVC66NOZAL7ENFPGY7DBDAZ6SYXCN3E6SJLBN3QMQIASFL4GAC

Dependencies

Change contents

  • file addition: README.md (----------)
    [2.1]
    # 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`.)