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.
el comando git log
You can also see this easily with the git log command.
The most basic and powerful tool to do this is the git log command.
La herramienta más básica y potente para hacer esto es el comando git log.
A huge number and variety of options to the git log command are available to show you exactly what you're looking for.
El comando git log proporciona gran cantidad de opciones para mostrarte exactamente lo que buscas.
It will take many of the same options that the git log command will but instead of listing out all of the commits it will present a summary of the commits grouped by author.
Toma muchas de las mismas opciones que el comando git log pero, en lugar de enumerar todos las commits, presentará un resumen de los commits agrupados por autor.
The git log command is used to show the reachable recorded history of a project from the most recent commit snapshot backwards.
El comando git log se utiliza para mostrar la historia registrada alcanzable de un proyecto desde la más reciente instantánea confirmada hacia atrás.
The git log command has a number of powerful tools for finding specific commits by the content of their messages or even the content of the diff they introduce.
El comando git log tiene varias herramientas potentes para encontrar commits específicas por el contenido de sus mensajes o incluso el contenido de las diferencias que introducen.
He wants to know who added this file to the repository and for what purpose, so, he executes the git log command.
Él quiere saber quién ha añadido este archivo en el repositorio y con qué propósito, así, que ejecuta el git log de comandos.
For example, to examine a specific commit where you know you added certain functionality, you might first run the git log command to locate the commit
Por ejemplo, a la hora de localizar una confirmación de cambios, supongamos que se lanza el comando 'git log' e intentamos localizar la confirmación de cambios concreta donde se añadió una cierta funcionalidad
You can pretty easily see what files have been modified in a single commit with the - name-only option to the git log command (mentioned briefly in Chapter 2)
Puedes comprobar fácilmente qué archivos han sido modificados en cada confirmación de cambios, utilizando la opción - name-only del comando git log (citado brevemente en el capítulo 2)
This is basically the git log command, but by default it prints out only the SHA-1 values and no other information.
Este comando es básicamente el mismo que git log, pero por defecto, imprime solo los valores SHA-1 y nada más.
The Commits tab shows a list of commits in reverse chronological order, similar to the output of the git log command.
La pestaña "Commits" muestra una lista de confirmaciones de cambio, en orden cronológico inverso, de forma similar a la salida del comando 'git log'.
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.