Examples with "Si un 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.
Si un commit se hace sin especificar nombres de archivos, el branch actual se mueve a ese commit, y luego el stage se actualiza para coincidir con ese commmit.
If a commit is given with no filenames, the current branch is moved to that commit, and then the stage is updated to match this commit.
¿Qué debo hacer si un commit encaja en más de un tipo de commit?
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.
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.
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.
Si ejecutamos un soft reset, nuestra rama regresa a un punto anterior y si luego hacemos commit de nuevo, se vuelve a escribir nuestra historia como si solo hubiésemos ejecutado un commit.
If we soft reset our branch back to an older point and then commit again, it will rewrite our history to look like we just had one commit.
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.
13.4 Comandos transaccionales y de bloqueo de uno de los comandos siguientes (y cualquier sinónimo de los mismos) terminan una transacción implícitamente, como si hubiera realizado un COMMIT antes de ejecutar el comando
Statements That Cause an Implicit Commit The statements listed in this section (and any synonyms for them) implicitly end a transaction, as if you had done a COMMIT before executing the statement.
Este punto de enganche recibe varias entradas: la ubicación (path) del archivo temporal donde se almacena el mensaje de confirmación, el tipo de confirmación y la clave SHA-1 si estamos enmendando un commit existente.
This hook takes a few parameters: the path to the file that holds the commit message so far, the type of commit, and the commit SHA-1 if this is an amended commit.
Si no se proporciona un commit, por defecto se refiere a HEAD.
Si tienes un mensaje de commit previamente escrito, que se muestra aquí como un defecto.
If you have a previously written commit message, it will show here as a default.