[solved] Pijul push to local directory

I just want to push to my local directory, for testing purposes, but I get this error:

pijul  push ../prova-push/
Error: failed to lookup address information: Name or service not known

What can I do?

Does that repository exist? Is it a repository already? If not, you should clone instead of pushing.

1 Like

Thanks @pmeunier The problem was there was no repository in prova-push. I want to try the select when pushing. Solved with pijul init in prova-push.

Is there any way to select changes to push more interactively rather than putting # in front of non-selected changes?