Vertaling van "un commit en" in Engels
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.
15 ¿Cómo modificar el mensaje de un commit en particular?
15 How to list all the files in a commit?
Los branch se muestran en naranja, y apuntan a un commit en particular.
Branches are shown in orange, and they point to particular commits.
Esto es más útil para reemplazar un commit en tu historia con otro.
This is most commonly useful for replacing one commit in your history with another one.
Muestra el mensaje de un commit en una única línea, eliminando el resultado de la diferencia
Show a commit's message in a single line, suppressing the diff output
Como vemos la referencia es a una versión en concreto, en este caso la release 4.7, y no un commit en concreto como anteriormente.
As we see, the reference now is to a concrete version, in this case the release 4.7, and not a specific commit as we had before.
Tener la posibilidad de visualizar una determinada rama al estar parado en otra también puede ser de gran ayuda si necesitas seleccionar un commit en particular de otra rama y aplicarlo en la rama actual.
Showing another branch from within a different branch can also be incredibly handy if you'd like to cherry-pick a change from another branch into the current branch.
Esto es útil si tienes varios commits en una rama puntual y solo quieres integrar uno de ellos, o si solo tienes un commit en una rama puntual y prefieres entresacarlo en lugar de hacer una reorganización (rebase).
This is useful if you have a number of commits on a topic branch and you want to integrate only one of them, or if you only have one commit on a topic branch and you'd prefer to cherry-pick it rather than run rebase.
Como consecuencia de esto, los scripts tendrán que esperar a que transacción se complete (para realizar un COMMIT en la transacción).
As a consequence of this, scripts will have to Wait on the transaction to complete (to perform COMMIT of the transaction)
Esto permitirá que, por defecto, cada vez que hagamos un commit en nuestro repositorio, se reconstruirá la imagen con los cambios realizados.
Once done, every time we push changes to our github repository Docker will build a new image applying the changes.
15 ¿Cómo modificar el mensaje de un commit en particular?
Esto quiere decir que cuando hacemos un commit en MASTER, tenemos una nueva RELEASE (una nueva versión) del proyecto.
When we do a commit in this branch we get a new RELEASE of our project.
¿Cómo borrar definitivamente un commit en git?
¿Cómo borrar definitivamente un commit en git?