Nu am putut găsi această intrare. Se afișează rezultate aproximative. Verificați ortografia sau propuneți adăugarea acestui termen în dicționar.
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
Conținut posibil inadecvat
Exemplele au rolul de a te ajuta să traduci cuvinte sau expresii corect si adaptat la context. Nu sunt selectate sau validate manual, așadar pot conține termeni inadecvați. Te rugăm să raportezi exemplele pe care le consideri inadecvate. Traducerile vulgare sau colocviale sunt în general marcate cu roșu sau cu portocaliu.
Înregistrează-te pentru a accesa mai multe exemple