implicitly describe shortcuts
[?]
Dec 6, 2020, 3:47 PM
PB4TGMG7ZOL3VWGFYUHCBJQVLNAK7KW3F545RLCWJR3AI6BLRVUQCDependencies
- [2]
CA6HDDRXSolving conflicts - [3]
26IR7GGAremove _org suffix from nest url - [4]
SCSV2FNSReboot - [5]
GLUD3ZVFGenerating the reference - [6]
Y5IZKFORFix links and remove _org
Change contents
- edit in src/the_nest/contributing.md at line 6[4.13937]→[4.13937:13938](∅→∅),[4.19941]→[4.19941:19945](∅→∅),[4.19945]→[2.2:42](∅→∅),[4.629]→[4.20005:20009](∅→∅),[4.13980]→[4.20005:20009](∅→∅),[2.42]→[4.20005:20009](∅→∅),[4.20005]→[4.20005:20009](∅→∅)
```pijul push m@nest.pijul.com:pijul/pijul``` - replacement in src/the_nest/contributing.md at line 7
If you are the owner of the repository, you can use the same syntax, or the following shortcut:<pre><code>pijul push <em>my_login</em>@nest.pijul.com:<em>owner</em>/<em>repository</em></code></pre> - replacement in src/the_nest/contributing.md at line 10
```pijul push me@nest.pijul.com:my-repository```If <code><em>my_login</em></code> is the same as <code><em>owner</em></code>, you can omit <code><em>owner</em></code>. - edit in src/the_nest/contributing.md at line 15[4.14340]→[4.14340:14345](∅→∅),[4.14345]→[3.0:62](∅→∅),[3.62]→[4.14411:14415](∅→∅),[4.14411]→[4.14411:14415](∅→∅)
```pijul push me@nest.pijul.com:pijul/pijul --to-channel main:29``` - replacement in src/the_nest/contributing.md at line 16
Which means *"compare the current channel of my repository with channel `main` on the Nest, and attach the result to discussion number 29"*.<pre><code>pijul push <em>my_login</em>@nest.pijul.com:<em>owner</em>/<em>repository</em> --to-channel <em>name</em>:29</code></pre> - replacement in src/the_nest/contributing.md at line 19
In the special case of channel `main`, one can also do:Which means *"compare the current channel of my repository with channel `name` on the Nest, and attach the result to discussion number 29"*. - replacement in src/the_nest/contributing.md at line 21[4.14615]→[4.14615:14619](∅→∅),[4.14619]→[3.63:121](∅→∅),[3.121]→[4.14681:14685](∅→∅),[4.14681]→[4.14681:14685](∅→∅)
```pijul push me@nest.pijul.com:pijul/pijul --to-channel :29```[4.14615]In the special case where the <code><em>name</em></code> of the channel is `main`, you can omit it.