Vertaling van "git diff" 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.
The annotations can be displayed with git diff.
Las anotaciones pueden ser vistas con git diff.
Run git diff > to create a patch.
Ejecuta git diff > para crear un parche.
After removing the conflict markers, git diff will look like this.
Después de la eliminación de las marcas de conflicto, git diff se verá así.
But let's have a little bit of fun with this git diff command.
Pero juguemos un poco con el comando git diff.
So this is because when you type git diff by itself,
Esto se debe a que cuando escribes git diff por sí solo,
The git diff command is used when you want to see differences between any two trees.
El comando git diff se utiliza cuando deseas ver las diferencias entre dos árboles.
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.
We will continue to use the git diff command in various ways throughout the rest of the book.
A lo largo del libro, continuaremos usando el comando git diff de distintas maneras.
This can be confusing, because if you've staged all of your changes, git diff will give you no output.
Esto puede ser confuso porque si preparas todos tus cambios, git diff no te devolverá ninguna salida.
So when you type git diff simply by itself,
Cuando escribes git diff por sí solo,
and then we type git diff again,
y luego escribimos git diff de nuevo,
This can be confusing, because if you've staged all of your changes, git diff will give you no output.
Esto puede resultar desconcertante, porque si has preparado todos tus cambios, git diff no mostrará nada.
And if you type git diff and then add the options staged or cashed,
Si escribes git diff seguido de las opciones staged o cashed,