Vertaling van "commit en la" 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.
Por ejemplo, si aplicaste un squash a el segundo commit en la lista de arriba, la rama feature se verá como la siguiente después de guardar y cerrar el editor
For example, if you squashed the second commit in the above listing, the feature branch would look like the following after saving and closing the editor
Esto es bueno porque significa que en realidad no tienes que reescribir cada commit en la nueva historia, como normalmente tendrías que hacer para unirlos juntos (porque el parentesco efectúa los SHA-1s).
This is nice because it means that you don't actually have to rewrite every commit in the new history, as you would normally have to do to join them together (because the parentage affects the SHA-1s).
También verías que el Pull Request toma el estado del último commit en la rama y te avisa de si es un fallo.
You can also see that the Pull Request takes the status of the last commit on the branch and warns you if it is a failure.
Así que queremos reemplazar el "cuarto" commit en la rama maestra con el "cuarto" commit en la rama project-history/máster
Observa la actividad de los commit en la rama principal.
Mostrar solo una línea por cada commit en la traza
Supongamos que hemos hecho algunos trabajos e hicimos algunos commit en la rama máster y estamos listos para enviarlo al repositorio remoto.
Let's assume we've done some work and made some commits on the master branch, and you're ready to push it to the remote repository.
Por lo tanto, el commit que queremos es el tercer commit en la historia, o HEAD~2.
So, the commit we want to reference is the third commit in history, or HEAD~2.
También puede hacer una confirmación con un empuje por haciendo clic en el icono de cambios commit en la barra de herramientas principal o con Control-K.
You can also quickly make a commit with a push by clicking on the commit changes icon in the main toolbar or using Control-K.
Para finalmente confirmar los cambios, haga clic en el botón de cambios commit en la ficha de los Cambios Locales, y se abrirá el cuadro de diálogo de Confirmación de Cambios.
To finally commit our changes, click on the commit changes button in the Local Changes tab, and the Commit Changes dialog will pop up.
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)
Puede tener la oportunidad de recuperar el 100% de los ficheros usando la nueva función Commit en la configuración de Muestreo.
You can make your chance of recovery almost 100% by using the new Commit feature in the Sampling configuration.
Cuando Jonathan ejecuta una sentencia COMMIT en la misma sesión
When Jonathan executes a COMMIT statement in the same session