multiple pages: fix French colon punctuation (#5152)

This commit is contained in:
bl-ue
2021-01-30 12:03:18 -05:00
committed by GitHub
parent a52007380f
commit 5f1ef5bee7
147 changed files with 824 additions and 825 deletions

View File

@@ -2,16 +2,16 @@
> Preparer des ficchiers de correctifs, utiles pour les envoyer par email.
> Voir egalement `git am`, qui peut appliquer des fichiers de correctifs gené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ér un fichier correctif .patch pour les changements entre 2 révisions :
- Crér 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}}`