Vertaling van "git-diff" in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
See also git-diff - no-renames.
This is the default format when showing merges with git-diff or git-show.
For this reason, textconv filters are enabled by default only for git-diff and git-log, but not for git-format-patch or diff plumbing commands.
"git-diff-tree", "git-diff-files" and "git-diff - raw" can take -c or - cc option to generate diff output also for merge commits.
Andere resultaten
After removing the conflict markers, git diff will look like this.
Après avoir enlevé les marqueurs de conflit, git diff ressemblera à ceci.
Now git diff will be able to tell you what changed in.odt files.
Maintenant, git diff est capable de vous indiquer ce qui a changé dans les fichiers odt.
With this done, git diff should show an output similar to the sample above.
Cela fait, git diff devrait afficher une sortie similaire à l'exemple ci-dessus.
The git diff command is used when you want to see differences between any two trees.
La commande git diff s'utilise lorsque vous voulez voir la différence entre deux arbres.
The "git-diff-tree" command begins its output by printing the hash of what is being compared.
La commande "git-diff-tree" débute sa sortie par l'empreinte de ce qui est comparé.
After testing the code, he reviews his changes by running the git diff command.
Après avoir testé le code, il passe en revue ses changements en exécutant la git diff commande.
If we want to see how the result of the merge differed from what was on their side, you can run git diff - theirs.
Si nous voulons voir le résultat de la fusion modifiée depuis la version distante, nous pouvons lancer git diff - theirs.
We will continue to use the git diff command in various ways throughout the rest of the book.
Nous allons continuer à utiliser la commande git diff de différentes manières par la suite.
This can be confusing, because if you've staged all of your changes, git diff will give you no output.
Cela peut introduire une confusion car si tous les fichiers modifiés ont été indexés, git diff n'indiquera aucun changement.