Vertaling van "git commit" in Spaans
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.
Back at the command prompt, let's type git commit.
Finalmente, el último paso es escribir git commit.
Finally the last step is to type git commit.
Finalmente, el último paso es escribir git commit.
Adding m<tab> completes git commit automatically.
Añadiendo m y pulsando el tabulador completa git commit automáticamente.
The "git commit" command creates a new local revision of the project.
Con el comando "git commit" se crea una nueva revisión local.
Then from the staging area, if you type git commit,
A continuación desde el área de pruebas se escribe git commit.
Finally, we run git commit to finalize the commit.
Finalmente, ejecutamos git commit para finalizar el commit.
Alternatively, run git commit - interactive which automatically commits after you're done.
Como alternativa se puede usar git commit - interactive, el cual hace commit luego de que terminas.
When you run 'git commit', you are creating a snapshot of your project's tree.
Cuando ejecutan git commit, están creando una instantánea del árbol de su proyecto.
For an even more explicit reminder of what you've modified, you can pass the -v option to git commit.
Para obtener una forma más explícita de recordar qué has modificado, puedes pasar la opción -v a git commit.
For an even more explicit reminder of what you've modified, you can pass the -v option to git commit.
Para un recordatorio todavía más explícito de lo que has modificado, puedes pasar la opción -v a git commit.
At this point, you can exit the interactive adding script and run git commit to commit the partially staged files.
En este punto, puede salir del script de adición interactivo y ejecutar git commit para confirmar los archivos parcialmente organizados.
Let's a do a git commit,
Bien, entonces hacemos el git commit,
Exiting non-zero from this hook aborts the commit, although you can bypass it with git commit - no-verify.
Aunque siempre puedes saltártelo con la orden git commit - no-verify.