Vertaling van "git show" 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.
In order to view information about any git object, use the git show command.
Pour afficher des informations sur tout fichier git, utilisez la commande git show.
You can extract a copy of each of these versions of the conflicted file with the git show command and a special syntax.
Vous pouvez extraire une copie de chacune de ces versions du fichier en conflit avec la commande git show et une syntaxe spéciale.
Useful for commands like git show that show the patch by default, or to cancel the effect of - patch.
Utile pour les commandes telles que git show qui affichent la rustine par défaut, ou pour supprimer l'effet de - patch.
This time, if you run git show on the tag, you don't see the extra tag information.
Cette fois-ci, en lançant git show sur l'étiquette, on ne voit plus aucune information complémentaire.
The diffs produced by git diff, git log and git show, to name only these, are nice but definitely have room for improvement.
Les diffs fournis par git diff, git log et git show, pour ne citer qu'eux, sont sympa, mais y'a carrément moyen de les améliorer.
Git will output this format if you run git show on a merge commit, or if you add a - cc option to a git log -p (which by default only shows patches for non-merge commits).
Git affichera ce format si vous lancez git show sur un commit de fusion, ou si vous ajoutez une option - cc à git log -p (qui par défaut ne montre que les patchs des commits qui ne sont pas des fusions).
git log, git show, git blame and friends look at the encoding header of a commit object, and try to re-code the log message into UTF-8 unless otherwise specified.
Sauf indication contraire, git log, git show, git blame et consort lisent l'entête encoding d'un objet commit et essaient de ré-encoder le message de validation en UTF-8.
The git show command can show a Git object in a simple and human readable way.
La commande git show peut montrer un objet Git d'une façon simple et lisible pour un être humain.
Now, Git won't try to convert or fix CRLF issues; nor will it try to compute or print a diff for changes in this file when you run git show or git diff on your project.
À présent, Git n'essaiera pas de convertir ou de corriger les problèmes des CRLF, ni de calculer ou d'afficher les différences pour ces fichiers quand vous lancez git show ou git diff sur votre projet.
Running git show HEAD@{2.months.ago} will show you the matching commit only if you cloned the project at least two months ago - if you cloned it any more recently than that, you'll see only your first local commit.
Exécuter git show HEAD@{2.months.ago} ne fonctionnera que si vous avez dupliqué ce projet depuis au moins 2 mois - si vous l'avez dupliqué il y a 5 minutes, vous n'obtiendrez aucun résultat. Références ancêtres
Running git show HEAD@{2.months.ago} will work only if you cloned the project at least two months ago - if you cloned it five minutes ago, you'll get no results.
Exécuter git show HEAD@{2.months.ago} ne fonctionnera que si vous avez dupliqué ce projet depuis au moins 2 mois - si vous l'avez dupliqué il y a 5 minutes, vous n'obtiendrez rien. Références passées
Running git show HEAD@{2.months.ago} will work only if you cloned the project at least two months ago - if you cloned it five minutes ago, you'll The other main way to specify a commit is via its ancestry.
Exécuter git show HEAD@{2.months.ago}' ne fonctionnera que si vous avez dupliqué ce projet depuis au moins 2 mois - si vous l'avez dupliqué il y a 5 minutes, vous n'obtiendrez rien. Références passées
One of the more interesting things we do with git show is in Manual File Re-merging to extract specific file contents of various stages during a merge conflict.
Une des choses les plus intéressantes que nous faisons avec git show est dans Re-fusion manuelle d'un fichier pour extraire le contenu de fichiers spécifiques d'étapes différentes durant un conflit de fusion.