Vertaling van "commit de" 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.
Luego, elige dónde quieres hacer el commit de tus cambios.
Next, designate where you want your changes to be committed.
Historial tras entresacar un commit de una rama puntual.
History after cherry-picking a commit on a topic branch.
Para subir los cambios al repositorio online primero tenemos que hacer un commit de ellos.
To update the online repository, first we have to commit them.
Este comando solo funciona para hacer commit de los archivos modificados, no de los añadidos nuevos.
This command commits modified files, not newly added ones.
No hagas el commit de la solución en el repositorio.
Do not commit the fix to the repository.
Incluso puedes hacer commit de estos cambios.
You can even commit these changes.
Esto desplegará todos los cambios en ese commit en el commit de arriba.
This will roll all of the changes in that commit into the one above it.
Realiza un commit de los archivos marcados con un mensaje leído desde un archivo
Sin hacer un rebase, integrar la rama feature terminada en máster requiere un commit de merge.
Without a rebase, integrating the finished feature branch into master requires a merge commit.
Una vez hayas terminado, debes hacer commit de los cambios y subirlos al repositorio.
Once you have finished, you must commit the changes and upload them to the repository.
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
Haz commit de tu cambio a tu branch.
Commit your change to your branch.
Esto resulta útil para mostrar algo que te gustaría probar antes de ponerlo en un commit de tu rama.
This is especially useful if you want to present something that you could try to do before actually implementing it as a commit on your branch.