diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2024-11-20 12:27:48 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2024-11-20 12:27:48 +0100 |
| commit | 2023e6448bb347b43fddc51ce7273f8d46384c70 (patch) | |
| tree | 67fa18a833e254637494c9f769f4dd73bf6e9cbc | |
| parent | d33b748cf6a10f88ecfc698cc7af289c6ed4be3a (diff) | |
README: Add authentication instructions.
| -rw-r--r-- | README.rst | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -56,3 +56,13 @@ We accept software fulfilling the following criteria: | |||
| 56 | .. _Free and open source: https://opensource.org/osd | 56 | .. _Free and open source: https://opensource.org/osd |
| 57 | .. _guix-science-nonfree: https://codeberg.org/guix-science/guix-science-nonfree | 57 | .. _guix-science-nonfree: https://codeberg.org/guix-science/guix-science-nonfree |
| 58 | 58 | ||
| 59 | When obtaining a fresh checkout of this repository, run the following | ||
| 60 | command: | ||
| 61 | |||
| 62 | .. code:: console | ||
| 63 | |||
| 64 | guix git authenticate b1fe5aaff3ab48e798a4cce02f0212bc91f423dc "CA4F 8CF4 37D7 478F DA05 5FD4 4213 7701 1A37 8446" | ||
| 65 | |||
| 66 | The command authenticates your checkout and installs Git hooks such that | ||
| 67 | ``git pull`` and ``git push`` automatically authenticate it from there | ||
| 68 | on. | ||
