diff --git a/Contributors.md b/Contributors.md index 04206af1142..1e38b739745 100644 --- a/Contributors.md +++ b/Contributors.md @@ -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) diff --git a/docs/translations/README.fr.md b/docs/translations/README.fr.md index e7e3eba29d5..82c5a51f88e 100644 --- a/docs/translations/README.fr.md +++ b/docs/translations/README.fr.md @@ -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 +git switch -c ``` 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.) -
Si vous rencontrez une erreur avec git switch, cliquez ici : -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. +
+ Si vous rencontrez une erreur avec git switch, cliquez ici : + +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 :