With the rebase command, you can take all the changes that were committed on one branch and replay them on another one.
Con el comando git rebase, puedes coger todos los cambios confirmados en una rama, y reaplicarlos sobre otra.
When you have work in a topic branch and have determined that you want to integrate it, you move to that branch and run the rebase command to rebuild the changes on top of your current master (or develop, and so on) branch.
Cuando tienes trabajo en una rama puntual y has decidido que quieres integrarlo, te posicionas en esa rama y ejecutas el comando rebase para reconstruir los cambios en tu rama máster (o develop, y así sucesivamente).
When you have work in a topic branch and have determined that you want to integrate it, you move to that branch and run the rebase command to rebuild the changes on top of your current master (or develop, and so on) branch.
Cuando desees integrar el trabajo que tienes en una rama puntual, te puedes situar sobre ella y lanzar el comando 'rebase'; de esta forma recompondrás los cambios encima de tu actual rama 'máster' (o 'develop' o lo que corresponda).
Each line represents a commit and the pick command before each commit hash defines what's going to happen to it during the rebase.
Cada línea representa un commit y el comando pick antes de cada hash de commit define que es lo que va a pasar durante el rebase.
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.
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.
After the rebase, the commits in feature will have different commit hashes.
Después de hacer un rebase, los commits en feature tendrán diferentes hashes.
With the rebase and sapling a new generation of wallets will be available.
Con el Rebase y Sampling una nueva generación de carteras también estará disponible.
The rebase occurs regardless of who the organizer is.
El reajuste se produce independientemente de quién sea el organizador.
You might encounter a conflict during the rebase.
Puede que encuentres algún conflicto durante el rebase.
The rebase occurs regardless of who the organizer is.
El reajuste se produce independientemente de quién es theorganizer.
You can then either abort the rebase or restart rebase.
This listing defines what the feature branch is going to look like after the rebase.
Esta lista define cómo es que la rama feature va a verse después del rebase.
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