8000 Contributing out of Github by JulienPalard · Pull Request #1514 · python/python-docs-fr · GitHub
[go: up one dir, main page]

Skip to content

Contributing out of Github #1514

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jan 27, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Avec un « s »
  • Loading branch information
HS-157 committed Jan 27, 2021
commit 923ec8c2048d73afe1980cbd0352690d0c78d085
6 changes: 3 additions & 3 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@ dépôt.

.. code-block:: bash

# Clonez en HTTP le dépôt
# Clonez en HTTPS le dépôt
git clone https://github.com/python/python-docs-fr

# Allez dans le répertoire cloné
cd python-docs-fr/

# Renommez *origin* en *upstream* pour avoir une référence vers le dépôt officiel
# Il permettra de récupérer les nouveaux commit
# Il permettra de récupérer les nouveaux commits
git remote rename origin upstream

# Rajoutez le *remote* de votre forge (en HTTP ou SSH)
# Rajoutez le *remote* de votre forge (en HTTPS ou SSH)
git remote add origin <url>

# Envoyez le dépôt sur votre forge et définir par défaut
Expand Down
0