#7 This works really well with a bare git repo
Opened by ryanbooker on Jan 4, 2024, 2:44 PM
// ryanbooker on Jan 4, 2024, 2:44 PM
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. :)