Replace non-breaking space with regular space in French pages (#6842)

This commit is contained in:
marchersimon
2021-10-07 09:37:39 +02:00
committed by GitHub
parent 8c5596b720
commit d63065b882
168 changed files with 997 additions and 998 deletions

View File

@@ -2,16 +2,16 @@
> Préparer des fichiers de correctifs, utiles pour les envoyer par courriel.
> Voir également `git am`, qui peut appliquer des fichiers de correctifs générés.
> Plus d'informations : <https://git-scm.com/docs/git-format-patch>.
> Plus d'informations : <https://git-scm.com/docs/git-format-patch>.
- Créer un fichier de correctif `.patch` nommé automatiquement pour tout les commits non poussés :
- Créer un fichier de correctif `.patch` nommé automatiquement pour tout les commits non poussés :
`git format-patch {{origin}}`
- Créer un fichier correctif `.patch` pour les changements entre 2 révisions :
- Créer un fichier correctif `.patch` pour les changements entre 2 révisions :
`git format-patch {{revision_1}}..{{revision_2}}`
- Créer un fichier correctif `.patch` pour les 3 derniers commits :
- Créer un fichier correctif `.patch` pour les 3 derniers commits :
`git format-patch -{{3}}`