git*: add French translation (#4619)
This commit is contained in:

committed by
GitHub

parent
6b167bcdd4
commit
8c8314f725
17
pages.fr/common/git-format-patch.md
Normal file
17
pages.fr/common/git-format-patch.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# git format-patch
|
||||
|
||||
> 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>.
|
||||
|
||||
-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 :
|
||||
|
||||
`git format-patch {{revision_1}}..{{revision_2}}`
|
||||
|
||||
- Créer un fichier correctif .patch pour les 3 derniers commits :
|
||||
|
||||
`git format-patch -{{3}}`
|
Reference in New Issue
Block a user