Vertaling van "run git" 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.
Alternatively, install a web server, run git instaweb and fire up any web browser.
Como alternativa, puedes instalar un servidor web, ejecutar git instaweb y utilizar cualquier navegador web.
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.
If we want to see how the result of the merge differed from what was on their side, you can run git diff - theirs.
Si queremos ver cómo el resultado de la fusión difiere de lo que estaba del otro lado, puedes correr git diff - theirs.
Before you can run git stash, you need to have some uncommitted changes in your Git repository.
Antes de que puedas correr git stash, necesitas tener algunos cambios sin commitear en el repositorio de Git.
To see which branches are already merged into the branch you're on, you can run git branch -merged
Si deseas ver las ramas que han sido fusionadas en la rama activa, puedes lanzar el comando 'git branch - merged'
Next we run git add on it to stage it into our index.
If you run git status at this point, you'll notice a few things.
Si ejecuta git status en este punto, notará algunas cosas.
Finally, we run git commit to finalize the commit.
However, each time you run git stash, uncommitted changes are stored on a stack.
Sin embargo, cada vez que corres git stash, cambios sin commitear son guardados en una pila.
If you run git diff -u with such mixed changes, you can see the mess for yourself.
Si ejecuta git diff -u con tales cambios, podrá ver el desastre usted mismo.
If we run git status, we'll see no changes, because all three trees are the same.
Si ejecutamos git status, no veremos ningún cambio, porque los tres árboles son iguales.
If you run git push - tags, the maintainer-pgp-pub tag will be shared with everyone.
Si ejecutas git push - tags, la etiqueta maintainer-pgp-pub será compartida con todo el mundo.
This command shows which branch is automatically pushed to when you run git push while on certain branches.
Este comando muestra qué rama se envía automáticamente cuando ejecutas git push en determinadas ramas.