Skip to content

Commit

Permalink
Clarify basic rebase
Browse files Browse the repository at this point in the history
According to the english version "However, there is another way:
you can take the patch of the change that was introduced in C4 and
reapply it on top of C3." I belive C3 and C4 are changed.
  • Loading branch information
joaquinfherranz committed Oct 24, 2019
1 parent ed734ee commit 8dd0816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/03-git-branching/sections/rebasing.asc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Realiza una fusión a tres bandas entre las dos últimas instantáneas de cada r
.Fusionar una rama para integrar el registro de trabajos divergentes
image::images/basic-rebase-2.png[Fusionar una rama para integrar el registro de trabajos divergentes.]

Sin embargo, también hay otra forma de hacerlo: puedes capturar los cambios introducidos en C3 y reaplicarlos encima de C4.
Sin embargo, también hay otra forma de hacerlo: puedes capturar los cambios introducidos en C4 y reaplicarlos encima de C3.
Esto es lo que en Git llamamos _reorganizar_ (_rebasing_, en inglés).
Con el comando `git rebase`, puedes capturar todos los cambios confirmados en una rama y reaplicarlos sobre otra.(((git commands, rebase)))

Expand Down

0 comments on commit 8dd0816

Please sign in to comment.