implicitly describe shortcuts

[?]
Dec 6, 2020, 3:47 PM
PB4TGMG7ZOL3VWGFYUHCBJQVLNAK7KW3F545RLCWJR3AI6BLRVUQC

Dependencies

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
    [4.20010][2.43:139]()
    If you are the owner of the repository, you can use the same syntax, or the following shortcut:
    [4.20010]
    [4.14114]
    <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
    [4.14115][4.14115:14166]()
    ```
    pijul push me@nest.pijul.com:my-repository
    ```
    [4.14115]
    [4.20191]
    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
    [4.14416][4.14416:14557]()
    Which means *"compare the current channel of my repository with channel `main` on the Nest, and attach the result to discussion number 29"*.
    [4.14416]
    [4.14557]
    <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
    [4.14558][4.14558:14614]()
    In the special case of channel `main`, one can also do:
    [4.14558]
    [4.14614]
    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.