GIT LOG in English translation

Examples of using Git log in French and their translations into English

{-}
  • Colloquial category close
  • Official category close
Affichez la liste des validations dans la branche git log.
View the list of commits in the branch git log.
Vous le trouverez en affichant la sortie de git log.
This can be found by viewing output from git log.
La sortie de votre git log--oneline devrait ressembler à cela.
Your typical git log--oneline output will look something like this.
Par défaut, la sortie de git log comporte des commits de merge.
By default, git log includes merge commits in its output.
Le flag--decorate ordonne à git log d'afficher toutes les références p.
The--decorate flag makes git log display all of the referencese.g., branches, tags.
Empêchez git log d'afficher ces commits de merge en ajoutant le flag--no-merges.
You can prevent git log from displaying these merge commits by passing the--no-merges flag.
Pour tous vos autres besoins de formatage git log, vous pouvez utiliser l'option--pretty=format.
For all of your other git log formatting needs, you can use the--pretty=format.
exécutez git log.
run git log.
vous pouvez l'inspecter avec git log.
you can inspect it with git log.
La commande git shortlog constitue une version spécifique de git log destinée à créer des annonces de livraison.
The git shortlog command is a special version of git log intended for creating release announcements.
L'empreinte renvoyée par la commande cat doit correspondre à l'ID de commit affiché par git log.
The commit hash returned by the cat command should match the commit ID displayed by git log.
Si git log génère des commits pour les deux versions,
If git log outputs commits for both versions,
Dans un premier temps, cet article explorera les possibilités de formatage de la sortie de git log.
First, this article will take a look at the many ways in which git log 's output can be formatted.
Pour filtrer avec git log, la solution la plus simple est de limiter le nombre de commits affichés.
The most basic filtering option for git log is to limit the number of commits that are displayed.
Consultez la liste complète des caractères génériques dans la section Formats utiles de la page consacrée à git log.
The complete list of placeholders can be found in the Pretty Formats section of the git log manual page.
Le développeur ne peut déterminer quand le bug a été introduit avec git log, il exécute donc git bisect.
The developer can not identify when the bug was introduced using git log so the developer executes a git bisect.
Ajoutez une plage de commits à git log pour n'afficher que les commits qui font partie de cette plage.
You can pass a range of commits to git log to show only the commits contained in that range.
Par exemple, git log 3157e… 5ab91 affiche tous les éléments entre les commits dont les ID sont 3157e et 5ab91.
For instance, git log 3157e… 5ab91 will display everything between the commits with ID's 3157e and 5ab91.
Ainsi, vous pourrez naviguer dans votre projet plus librement grâce à des commandes comme git log, git bisect et gitk.
This makes it easier to navigate your project with commands like git log, git bisect, and gitk.
Le paramètre-- permet de signaler à git log que les arguments ultérieurs sont des chemins d'accès, et non des noms de branches.
The-- parameter is used to tell git log that subsequent arguments are file paths and not branch names.
Results: 81, Time: 0.0192

Word-for-word translation

Top dictionary queries

French - English