What is the translation of " LA COMMANDE GIT LOG " in English?

Examples of using La commande git log in French and their translations into English

{-}
  • Colloquial category close
  • Official category close
C'est là que la commande git log entre en scène.
That's where the git log command comes in.
Vous pouvez également voir ceci grâce à la commande git log.
You can also see this easily with the git log command.
La commande git log affiche des instantanés commités.
The git log command displays committed snapshots.
Mais vous pouvez modifier cette sortie en transmettant différents paramètres à la commande git log.
But, you can alter this output by passing many different parameters to git log.
La commande git log est truffée d'options plus d'une centaine!
The git log command is packed with options 100+!
Vous devez maintenant connaître la commande git log de base pour afficher les commits.
By now, you should already know the basic git log command for displaying commits.
La commande git log donne tout son sens à l'historique de votre projet.
The git log command is what makes your project history useful.
Dans Git 2.1.0, l'opération s'effectue dans master,puisque c'est ainsi que la commande git log réagirait.
Under git 2.1.0,it correctly completes to master, as that's how the git log command would behave.
La commande git log est généralement le point de départ de ces interactions.
The git log command is typically the starting point for these interactions.
Si vous vous rendez dans le répertoire /opt/p4import et lancez la commande git log, vous pouvez examiner votre projet importé.
If you go to the /opt/p4import directory and run git log, you can see your imported work.
La commande git log est l'outil de base de Git pour explorer l'historique d'un dépôt.
The git log command is Git's basic tool for exploring a repository's history.
Pour utiliser Git pour afficher des détails sur les validations dans un rapport local,exécutez la commande git log.
To use Git to view details about the commits in a local repo,run the git log command.
Pour ce faire, la commande git log est l'outil le plus basique et le plus puissant.
The most basic and powerful tool to do this is the git log command.
Gitk accepte de nombreuses options de ligne de commande,dont la plupart sont passées directement à la commande git log sous-jacente.
Gitk accepts many command-line options,most of which are passed through to the underlying git log action.
La commande git log comporte de nombreuses fonctionnalités servant à afficher les différences pour chaque commit.
The git log command includes many options for displaying diffs with each commit.
L'onglet« Commits»(validations) affiche une liste des validations dans l'ordre chronologique inverse,similaire à ce qu'afficherait la commande git log.
The Commits tab shows a list of commits in reverse chronological order,similar to the output of the git log command.
C'est comme la commande git log mais elle n'affiche par défaut que les valeurs SHA-1, sans autre information.
This is basically the git log command, but by default it prints out only the SHA-1 values and no other information.
Comme dans la livraison 2.1.0,la complétion bash a été améliorée pour me permettre d'utiliser l'alias des tickets Git comme s'il s'agissait de la commande git log.
As of 2.1.0,git's bash completion has been improved to allow me to complete the git issues alias as if it were the git log command.
BrancheB que nous utilisons avec la commande git log pour voir quels commits sont propres à une branche relativement à une autre branche.
BranchB syntax to use the git log command to see what commits are unique to a branch relative to another branch.
Curieusement, vous disposez maintenant d'un historique Git complet que vous pouvez visualiser avec la commande git log, si vous la lancez sur le SHA- 1 du dernier commit.
Oddly enough, you have a real Git history now that you can view with the git log command, if you run it on the last commit SHA-1.
Results: 53, Time: 0.0225

Word-for-word translation

Top dictionary queries

French - English