Examples with "commit desde" 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.
Echemos un vistazo a un ejemplo un poco más complicado: la elaboración de un commit desde cero
Let's take a look at a slightly more complicated example: crafting a commit from scratch
Muestra información del tercer commit desde la punta de una rama
Show information about the 3rd commit from the HEAD of a branch
Andere resultaten
Tener un bloqueo en una copia de trabajo también impide al mismo usuario hacer un commit del fichero bloqueado desde otra copia de trabajo.
Having a lock in one working copy also prevents the same user from committing the locked file from another working copy.
El siguiente comando reproduce dentro de máster el más reciente commit del branch actual desde 169a6 (exclusivo), concretamente 2c33a.
The following command replays onto master the most recent commits on the current branch since 169a6 (exclusive), namely 2c33a.
Probablemente una de las más útiles sea la opción - all que indica a gitk que muestre todos los commit accesibles desde cualquier referencia, no solo desde el HEAD.
Probably one of the most useful is the - all flag, which tells gitk to show commits reachable from any ref, not just HEAD.
INSERT Cuando una transacción es abortada debido a alguna situación sin precedentes, como un fallo del sistema, toda la transacción desde un commit se enrolla automáticamente.
When a transaction is aborted due to some unprecedented situation, like system failure, the entire transaction since a commit is automatically rolled back.
Deberá configurar todo tipo de cosas en este fichero, tales como el envío por correo electrónico de los mensajes de commit, desde qué "hosts" pueden hacer commits los usuarios, etc. Más información más adelante en el texto.
You should configure all sorts of settings here, such as where commit mail is send, on what hosts people can commit, and others. More information on this below.
Modificación de la "copia de trabajo" Cuando se realizan cambios en la "copia de trabajo" y se desea incorporarlos al repositorio hay que ejecutar el comando "svn commit" desde la carpeta de la "copia de trabajo"
If changes to the "working copy" are made and have to be incorporated into the repository, the command "svn commit" has to be run from the folder of the "working copy"
$ Obtendrás un claro resumen de todas las confirmaciones de cambios (commit) desde la versión v1.0.1, agrupadas por autor, y listas para ser incorporadas en un mensaje a tu lista de correo.
You get a clean summary of all the commits since v1.0.1, grouped by author, that you can email to your list. prev | next
Antes de mezclar, el stage debe coincidir con el commit actual.
Before merging, the stage must match the current commit.
Cualquier commit nuevo que agregues será parte de la nueva rama.
Any new commits you add will be part of the new branch.
Solo realizar commit en caso de que se hayan alterado datos.
Carry out commit only if some data have been altered.
Luego, elige dónde quieres hacer el commit de tus cambios.
Next, designate where you want your changes to be committed.