Examples of using
Git rebase
in English and their translations into Spanish
{-}
Colloquial
Official
This is a job for git rebase as described above.
Lo descrito arriba es un trabajo para git rebase.
This is a very important side effect of git rebase.
Esto es un efecto secundario muy importante de git rebase.
This is done with the git rebase--interactive option.
Esto se puede hacer con git rebase y el parámetro--interactive.
In this tutorial,we will explore these two common use cases of git rebase.
En este tutorial,exploraremos estas dos casos comunes de git rebase.
The golden rule of git rebase is to never use it on public branches.
La regla de oro de git rebase es no usarlo jamás en ramas públicas.
Git add do this for each conflicted file. git rebase--continue.
Git add haz esto con cada archivo conflictivo. git rebase--continue.
The first thing to understand about git rebase is that it solves the same problem as git merge.
Lo primero que hay que entender del comando git rebase es que soluciona el mismo problema que git merge.
Cherry picking is described anddemonstrated in Rebasing and Cherry-Picking Workflows. git rebase.
Esto se describe yse muestra en Flujos de trabajo reorganizando o entresacando. git rebase.
Unfortunately, the benefits of git rebase come at a trade-off.
Desafortunadamente, los beneficios de git rebase vienen con una transigencia.
The following returns the commit ID of the original base,which you can then pass to git rebase.
Escribiendo lo siguiente obtendrás el ID del commit de la base original,que luego puedes pasar a git rebase.
If you're not entirely comfortable with git rebase, you can always perform the rebase in a temporary branch.
Si aún no te sientes del todo cómodo con el comando git rebase, siempre puedes realizar la reorganización en una rama temporal.
You can learn moreabout interactive rebasing and additional rebase commands on the git rebase page.
Puedes aprender más sobre la reorganización interactiva yconocer comandos de reorganización adicionales en la página sobre git rebase.
To modify older or multiple commits,you can use git rebase to combine a sequence of commits into a new base commit.
Si quieres modificar commits más antiguos o varios commits a la vez,puedes usar git rebase para combinar una secuencia de commits en un nuevo commit base.
Git rebase-i gives much more fine grained control over history modifications than a standard git rebase.
El comando git rebase-i proporciona un control mucho más exhaustivo sobre las modificaciones del historial que el git rebase estándar.
If you use pull requests as part of your code review process,you need to avoid using git rebase after creating the pull request.
Si utilizas pull requests como parte del proceso de revisión del código,debes evitar usar el comando git rebase después de crear la pull request.
Using the git rebase command to rebase a repository changes the history of a repository, which might cause commits to appear out of order.
Si utiliza el comando git rebase para cambiar la base de un repositorio, modificará el historial de un repositorio, lo que puede provocar que las confirmaciones aparezcan desordenadas.
This use of interactive rebasing is a great way to introduce git rebase into your workflow, as it only affects local branches.
Este uso de la reorganización interactiva es una manera excelente de introducir el comando git rebase a tu workflow, ya que solo afecta a las ramas locales.
In standard mode, git rebase allows you to literally rewrite history- automatically applying commits in your current working branch to the passed branch head.
En el modo estándar, git rebase te permite literalmente reescribir el historial, aplicando de forma automática los commits de tu rama de trabajo actual a la rama head anterior.
Since your new commits will be replacing the old,it's important to not use git rebase on commits that have been pushed public, or it will appear that your project history disappeared.
Dado que los nuevos commits reemplazarán a los antiguos,es importante que no uses git rebase en commits que se han hecho públicos, o parecerá que el historial de tu proyecto ha desaparecido.
When calling git rebase, you have two options for the new base: The feature's parent branch(e.g., master), or an earlier commit in your feature.
Al utilizar el comando git rebase, tienes dos opciones para la nueva base:la rama primaria de tu rama de funcionalidades(por ejemplo, master) o un commit anterior de tu rama de funcionalidades.
In these or similar instances where it's important to preservea clean project history, adding the-i option to git rebase allows you to run rebase interactive.
En estos casos u otros similares en los que sea importante mantener limpio el historial del proyecto,añadir la opción-i al comando git rebase te permitirá ejecutar rebase interactive reorganización interactiva.
Also see git help rebase for detailed examples of this amazing command.
Ver git help rebase para ejemplos detallados de este asombroso comando.
Results: 22,
Time: 0.0363
How to use "git rebase" in an English sentence
Whats the difference between git rebase master and git rebase origin/master ?
See the git rebase documentation here.
Git Rebase Standard vs Git Rebase Interactive Git rebase interactive is when git rebase accepts an -- i argument.
When you collaborate, you git rebase -i.
This is where git rebase comes in.
Performing a Git rebase helps solve this.
What exactly does git rebase --skip do?
Then run git rebase --continue to continue.
git rebase resolve conflicts again and again?
Is git rebase suitable for our situtation?
How to use "git rebase" in a Spanish sentence
What exactly does git rebase --skip do?
You can do this using git rebase -i.
Performing a Git rebase helps solve this.
This tells git rebase to delete that commit.
When you collaborate, you git rebase -i.
Do not fear git rebase : make snapshots !
Added support for "--autosquash" in Git Rebase Interactive.
This is where git rebase comes in.
In case you choose edit mode, you can continue git rebase by git rebase –continue.
Notice that the command is git rebase origin/master.
Español
Dansk
Deutsch
Français
हिंदी
Italiano
Nederlands
Português
Русский
Tagalog
عربى
Български
বাংলা
Český
Ελληνικά
Suomi
עִברִית
Hrvatski
Magyar
Bahasa indonesia
日本語
Қазақ
한국어
മലയാളം
मराठी
Bahasa malay
Norsk
Polski
Română
Slovenský
Slovenski
Српски
Svenska
தமிழ்
తెలుగు
ไทย
Turkce
Українська
اردو
Tiếng việt
中文