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

committed by
GitHub

parent
6b167bcdd4
commit
8c8314f725
28
pages.fr/common/git-mergetool.md
Normal file
28
pages.fr/common/git-mergetool.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# git mergetool
|
||||
|
||||
> Executer un utilitaire de différences pour resoudre les conflits de merge.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-mergetool>.
|
||||
|
||||
- Démarrer l'outil de différences par défaut :
|
||||
|
||||
`git mergetool`
|
||||
|
||||
- Lister les outils de différences valides :
|
||||
|
||||
`git mergetool --tool-help`
|
||||
|
||||
- Démarrer l'outil de différences en précisant son nom :
|
||||
|
||||
`git mergetool --tool {{tool_name}}`
|
||||
|
||||
- Démarer l'outil de difféerences sans dialogues :
|
||||
|
||||
`git mergetool --no-prompt`
|
||||
|
||||
- Utiliser explicitement l'outil de différences graphique (voir la variable de config `merge.guitool`) :
|
||||
|
||||
`git mergetool --gui`
|
||||
|
||||
- tiliser explicitement l'outil de différences clasique (voir la variable de config `merge.tool`) :
|
||||
|
||||
`git mergetool --no-gui`
|
Reference in New Issue
Block a user