Download for Windows Premium
Publiciteit
comando git
git
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.
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
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.
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
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor comando git in het Spaans

Publiciteit

Suggesties

Resultaten: 5. Exact: 5. Verstreken tijd: 29 ms.