Add example of mark files to README

andybalholm
Oct 2, 2023, 3:49 PM
ZOO6NYS74SBP3THHXEUISJUH5J6IO5BHSPMTMU3PDNYKSQFSMG3AC

Dependencies

Change contents

  • edit in README.md at line 21
    [2.514]
    I recommend using mark files to record the correspondence
    between states in Pijul and commits in Git:
    ```
    mkdir myproject-git
    cd myproject-git
    git init
    touch pijul-marks git-marks
    pijul-export --repo ~/myproject --marks pijul-marks | git fast-import --import-marks=git-marks --export-marks=git-marks
    git checkout main
    ```