Examples with "si commit" and their translation 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.
Solo tiene efecto si commit() devuelve True.
Andere resultaten
Si estás describiendo un commit que has etiquetado directamente, te dará el nombre de la etiqueta.
If you're describing a commit that you have directly tagged, it gives you the tag name.
Si hace commit en este punto, bloqueará el submódulo para que tenga el nuevo código cuando otras personas lo actualicen.
If you commit at this point then you will lock the submodule into having the new code when other people update.
Si encuentra una única commit de fusión aceptable, verá algo como esto
If it does find a single acceptable merge commit, you'll see something like this
Que comenzar era solo para comprobar si el commit estándar se realizó con éxito y el campo actualizado en la tabla.
That begin was just to check if the standard commit was successfully held and the updated field in the table.
De modo que, si el commit finaliza con un error, es posible que no se realicen alguna, ninguna o todas las operaciones solicitadas.
So if the commit ends with an error, it is possible that some, none, or all of the requested operations have been performed.
El siguiente más simple es si el commit actual es un ancestro del otro commit.
The next most simple is if the current commit is an ancestor of the other commit.
Todos los puntos de la transacción actual se borran si ejecuta un COMMIT, o un ROLLBACK que no nombre ningún punto.
All savepoints of the current transaction are deleted if you execute a COMMIT, or a ROLLBACK that does not name a savepoint.
El caso trivial es si el otro commit es un ancestro del commit actual, en cuyo caso no se hace nada adicional.
The trivial case is if the other commit is an ancestor of the current commit, in which case nothing is done.
Sin embargo, en la práctica los committers, quienes probablemente estarán más familiarizados con la guía de commits, pueden decidir adecuar a la norma un commit por sí mismos.
In practice however, committers - who will likely be more familiar with the commit guidelines - may decide to bring a commit up to standard themselves.
Si simplemente realizas un commit con el arreglo en tu repositorio, o de lo contrario lo anuncias al mundo, efectivamente estarás forzando a todo el mundo que use tu software a actualizarse inmediatamente o estarán en riesgo de ser hackeados.
If you simply commit the fix to your repository, or otherwise announce it to the world, you effectively force everyone using your software to upgrade immediately or risk being hacked.
En el peor de los escenarios, no es el fin del mundo si aparece un commit que no cumple con las especificaciones de los commits convencionales.
In a worst case scenario, it's not the end of the world if a commit lands that does not meet the conventional commit specification.
Esta función en realidad ejecutará primero el script de enganche pre-commit si existe, entonces enviará la transacción, y finalmente ejecutará el script de enganche post-commit.
This function will actually first run the pre-commit hook script if one exists, then commit the transaction, and finally will run a post-commit hook script.