Correction upstream/origin

This commit is contained in:
Jean Abou Samra 2022-11-18 14:08:44 +01:00
parent f27d622449
commit dedfe0e5fc
Signed by: jeanas
GPG Key ID: A3F0F60B893397FE
1 changed files with 3 additions and 3 deletions

View File

@ -853,12 +853,12 @@ sur GitHub, voici comment s'y prendre pour la migration :
.. code-block:: bash
git remote set-url origin https://git.afpy.org/AFPy/python-docs-fr.git
git remote set-url upstream git@git.afpy.org:VOTRE_NOM_DE_COMPTE_GITEA/python-docs-fr.git
git remote set-url upstream https://git.afpy.org/AFPy/python-docs-fr.git
git remote set-url origin git@git.afpy.org:VOTRE_NOM_DE_COMPTE_GITEA/python-docs-fr.git
Si vous avez choisi d'utiliser le HTTPS à la place du SSH, remplacez
la deuxième ligne par :
.. code-block:: bash
git remote set-url upstream https://git.afpy.org/VOTRE_NOM_DE_COMPTE_GITEA/python-docs-fr.git
git remote set-url origin https://git.afpy.org/VOTRE_NOM_DE_COMPTE_GITEA/python-docs-fr.git