Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions Contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -1197,6 +1197,7 @@ Rongxin Zhang
- [sathvikkv](https://github.com/sathvikkv556)
- [shreyanth-sureshkrishnaa](https://github.com/shreyanth-sureshkrishnaa)
- [Mohit Kumar](https://github.com/mohitk23)
- [lboeglin](https://github.com/lboeglin)
- [shwetasharma](https://github.com/ShwetaSharmaDev)
- [snopstor](https://github.com/snopstor)
- [socks5-sniffer](https://github.com/socks5-sniffer)
Expand Down
12 changes: 7 additions & 5 deletions docs/translations/README.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,24 @@ Déplacez-vous dans le répertoire du projet nouvellement cloné (si vous n'y ê
cd first-contributions
```

Maintenant créez une branche avec la commande `git checkout` :
Maintenant créez une branche avec la commande `git switch` :

```bash
git checkout -b <add-votre-nom>
git switch -c <add-votre-nom>
```

Par exemple :

```bash
git checkout -b add-koffi-sani
git switch -c add-koffi-sani
```

(Le nom de la branche n'a pas besoin de contenir le terme _add_, mais il est mieux de l'inclure car l'objectif de cette branche est d'ajouter votre nom à une liste.)

<details> <summary> <strong>Si vous rencontrez une erreur avec git switch, cliquez ici :</strong> </summary>
Si le message "Git: switch is not a git command. See git –help" s’affiche, c’est probablement parce que vous utilisez une ancienne version de Git.
<details>
<summary> <strong>Si vous rencontrez une erreur avec git switch, cliquez ici :</strong> </summary>

Si le message "Git: `switch` is not a git command. See `git –help`" s’affiche, c’est probablement parce que vous utilisez une ancienne version de Git.

Dans ce cas, essayez plutôt :

Expand Down