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 git diff command
Ejecutando el siguiente comando, Git nos creará una carpeta con el nombre del repositorio y dentro una carpeta llamada".git" la cual contiene toda la información del repositorio.
Con el comando git rebase, puedes coger todos los cambios confirmados en una rama, y reaplicarlos sobre otra.
With the rebase command, you can take all the changes that were committed on one branch and replay them on another one.
La manera más sencilla de integrar ramas, tal y como hemos visto, es el comando git merge.
The easiest way to integrate the branches, as we've already covered, is the merge command.
Si vuelves a ejecutar el comando git status, verás que tu README está ahora bajo seguimiento y preparado
If you run your status command again, you can see that your README file is now tracked and staged
Pero, en el caso de las reorganizaciones, cuando estás totalmente seguro de lo que haces, puedes forzar el envío, utilizando la opción -f en el comando git push a la rama remota.
This is generally good policy; but in the case of the rebase, you may determine that you know what you're doing and can force-update the remote branch with a -f flag to your push command.
Primero que nada tendríamos que etiquetar nuestro código (ponerle una marca), para esto usamos el comando git tag: 1
First of all, we need to tag our code, use this command: 1
Otra manera de examinar sus cambios es con el comando svn diff.
Another way to examine your changes is with the svn diff command.
Todos conocen el comando diff para encontrar diferencias entre dos archivos.
Everyone knows the diff command to find the differences between two files.
Puede determinar las diferencias entre instantáneas de ZFS mediante el comando zfs diff.
You can determine ZFS snapshot differences by using the zfs diff command.
Enviar parches en el formato devuelto por el comando 'svn diff'.
Submit patches in the format returned by the 'svn diff' command.
El comando diff compara dos archivos, informando las deferencias que hay entre ellos.
The diff command compares two files, reporting on differences between them.
Otorga un acceso rápido a una guía extremadamente detallada de cada comando en git.
To give you quick access to an extremely detailed guide of each command.
Si te equivocas al teclear un comando de Git, te mostrará algo como
If you mistype a command, it shows you something like this
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.