Vertaling van "git log" 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.
You can also use a series of summarizing options with git log.
Vous pouvez aussi utiliser une liste d'options de résumé avec git log.
You can also see this easily with the git log command.
Vous pouvez également voir ceci grâce à la commande git log.
This description will be visible when using the git log command.
Cette description pourra être visualisée avec la commande git log.
The git shortlog command is used to summarize the output of git log.
La commande git shortlog est utilisée pour résumer la sortie de git log.
Summarizes the 'git log' output.
Récapitule la sortie de 'git log'.
The last really useful option to pass to git log as a filter is a path.
La dernière option vraiment utile à git log est la spécification d'un chemin.
The revert is recorded as a new commit, which you can confirm by running git log.
La reprise est enregistrée comme un nouveau commit, ce que vous pourrez constater en lançant un git log.
The git log command is used to show the reachable recorded history of a project from the most recent commit snapshot backwards.
La commande git log est utilisée pour montrer l'historique enregistré atteignable d'un projet en partant du commit le plus récent.
Every commit has an author name and email, which is shown by git log.
À chaque commit sont associés le nom et le mail de l'auteur, ceux qui sont montrés par git log.
The most basic and powerful tool to do this is the git log command.
Pour ce faire, la commande git log est l'outil le plus basique et le plus puissant.
Then running git log, for example, would inform the user that no commits have been made yet, instead of exiting with a fatal error.
Ainsi l'appel à git log, par exemple, pourrait indiquer à l'utilisateur qu'aucun commit n'a été fait au lieu de se terminer par une erreur fatale.
You can easily see this by running a simple git log command that shows you where the branch pointers are pointing.
Vous pouvez vérifier cela facilement grâce à la commande git log qui vous montre la position de l'ensemble des pointeurs de la branche.
It is called with the -L option to git log and will show you the history of a function or line of code in your codebase.
On l'active avec l'option -L de git log et elle vous montre l'historique d'une fonction ou d'une ligne dans votre base de code.