If she merges origin/master, that is the single commit that will modify her local work.
All three of these commands end up with a single commit - the second commit replaces the results of the first.
Estos tres comandos acabarán convirtiéndose en una única confirmación -la segunda confirmación reemplazará los resultados de la primera.
It's also possible to take a series of commits and squash them down into a single commit with the interactive rebasing tool.
También es posible el tomar series de confirmaciones y unirlas todas en una sola confirmación con la herramienta interactiva de rebase.
You end up with a single commit - the second commit replaces the results of the first.
Al final terminarás con una sola confirmación - la segunda confirmación reemplaza el resultado de la primera.
This is done for efficiency, so that builds don't have to wait to fetch the whole repository and history just to build a single commit.
Esto se hace a fin de aumentar la eficiencia, así las compilaciones no tienen que esperar a que se recupere el repositorio y la historia completa solo para compilar una confirmación única.
The Co>Operating System includes a transaction manager that will coordinate commits across disparate databases and queuing products, and can even batch transactions into a single commit to increase throughput.
El Co>Operating System incluye un administrador de transacciones que coordina las confirmaciones a través de productos de bases de datos y de colas de mensajes dispares (que puede, incluso, procesar transacciones por lotes en una confirmación única para incrementar así el flujo transmitido).
So, if you want to make a single commit from these three commits, you make the script look like this
Entonces, si quieres convertir en una única confirmación de estas tres confirmaciones, deberás hacer que el script se vea como esto
If you want to create a deeper hierarchy then it is simpler to create a folder structure on disk first and import it in a single commit, like this
Si desea crear una jerarquía más profunda, es más fácil crear primero una estructura de carpetas en el disco e importarla en una única confirmación, por ejemplo
So, if you want to make a single commit from these three commits, you make the script look like this
Por ejemplo, si se desea hacer una única confirmación de cambios fusionando las tres, el script quedaría en algo como
You end up with a single commit - the second commit replaces the results of the first. Unstaging a Staged File
Estos tres comandos acabarán convirtiéndose en una única confirmación -la segunda confirmación reemplazará los resultados de la primera.
You can merge the commits onto a single commit later.
Please merge (squash) all your changes into a single commit before you open a pull request.
Por favor, envía (lanza) todos tus cambios en un solo envío antes de abrir una petición de compilación.
Whereas a merge creates a single commit with two parents, leaving a non-linear history, a rebase replays the commits from the current branch onto another, leaving a linear history.
Mientras que un merge crea un solo commit con dos padres, dejando una historia no lineal, un rebase reproduce los commits del branch actual en otro, dejando una historia lineal.