git init --bare .git touch .git/git-marks .git/pijul-marks pijul-export --repo . --marks .git/pijul-marks | git fast-import --import-marks=.git/git-marks --export-marks=.git/git-marks
Then you can set up a remote and push as normal, but there is no local working copy. Thanks. :)
Then you can set up a remote and push as normal, but there is no local working copy. Thanks. :)