Vertaling van "commit y" 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.
En nuestro caso, tuvimos la suerte de encontrar el inticial rust commit y revertirlo.
In our case, we were lucky to find the initial rust commit and revert it.
Empujar el commit y hacer una solicitud de pull
En cualquier momento, puedes hacer commit y pull de los cambios desde el otro clon.
At any time, you can commit and pull changes from the other clone
Se siente cómodo enviando y recibiendo cambios usando las funciones svn commit y svn update.
You are comfortable with submitting and receiving changes using the svn commit and svn update operations.
Si estás usando algún sistema de control de versiones, recuerda de hacer el "commit y push" de los cambios hacia el servidor.
If you are using a version control system, remember to commit and push your changes to the server.
Cada línea representa un commit y el comando pick antes de cada hash de commit define que es lo que va a pasar durante el rebase.
Each line represents a commit and the pick command before each commit hash defines what's going to happen to it during the rebase.
Marcar una transacción; entender begin tran, commit y rollback; transacciones implícitas frente a explícitas; niveles de aislamiento; ámbito y tipo de bloqueos; trancount
Mark a transaction; understand begin tran, commit and rollback; implicit vs explicit transactions; isolation levels; scope and type of locks; trancount
Si ustedes ven una ruta de archivo en verde, significa que los contenidos de ese archivo difieren entre el último commit y el próximo commit propuesto, o sea, entre la cabeza y el índice.
If you see a file path in green, that means that the contents of that file are different between the last commit and the proposed next commit - the HEAD and the index.
La cabeza es el último commit y el generador de su próximo commit.
The HEAD is the last commit and the parent of your next commit.
Presiona el tabulador cuando estés escribiendo un comando de Git, y dos veces sugiere commit y config.
then pressing the Tab key twice suggests commit and config.
Cuando todo esté hecho, podemos simplemente hacer un commit y un push a GitHub, y tu servidor se actualizará con el último código fuente.
When everything is done, we can simply do a commit and a push to GitHub, and your server will be updated with the latest source code.
Haciendo clic derecho sobre un archivo, también tienes la opción de ver la diferencia entre el último commit y la confirmación actual del archivo - muestran diff (atajo Control-D).
By right-clicking on a file, you also have the option to see the difference between the last commit and the current commit of that file-show diff (shortcut Control-D).
Esto proporciona un medio muy sencillo para ver tus cambios antes de que hagas commit y los mandes a Heroku.
This provides a very simple means to see your changes before you commit and push them to Heroku.