Manual for Pijul

#43 Manual shows ssh clone from `nest.pijul.com`

Closed on February 22, 2022
ModProg on October 10, 2021

in https://nest.pijul.com/pijul/manual:main/SCSV2FNSTQ4FU.EAAAA there is the following, I think this should be corrected to ssh.pijul.com:

SSH

Pijul can work with remote repositories over SSH just like local repositories. A working Pijul needs to be installed on the remote machine, though.

As an example, if you have an account called “me”, and a repository named “repo” under that account on nest.pijul.com, you can run for instance:

pijul clone me@nest.pijul.com:me/repo

To clone your repository, and:

pijul push me@nest.pijul.com:me/repo

To send your local patches to your repository there. Just as with a local repository, pulling patches can also be done over SSH:

pijul pull me@nest.pijul.com:me/repo
pmeunier on October 10, 2021

Good catch, do you want to submit a change to this discussion? If so, you only have to clone this repo, record your change, and then pijul push ModProg@ssh.pijul.com:pijul/manual --to-channel :43.

Skgland added a change on October 13, 2021
NAGZ27WJBBOPTKTQXGWZ7HYU4T4CTFE2HWC7D5EYBYD37IZOHKIQC
main
pmeunier on February 22, 2022

Applied, thanks!

pmeunier closed this discussion on February 22, 2022