What is the translation of " GIT MERGE " in English?

Examples of using Git merge in French and their translations into English

{-}
  • Colloquial category close
  • Official category close
Vous réalisez ceci au moyen de la commande git merge.
You do this with the git merge command.
Git Merge et Git Rebase ont le même objectif.
Git Merge and Git Rebase have the same goal.
Première conférence de l'année: le Git Merge 2019.
First conference of the year: Git Merge 2019.
La commande git merge est d'abord présentée dans Branches.
The git merge command was first introduced in Basic Branching.
L'autre utilitaire d'intégration des changements est git merge.
The other change integration utility is git merge.
Cette option équivaut à saisir git merge--no-ff dans la ligne de commande.
This option is the same as entering git merge--no-ff in the command line.
Git merge <nom de la branche>: fusionne une branche vers la branche courante.
Git merge<branch name>- Merge a branch into the active branch.
Jessica peut à présent fusionner ceci dans le travail qu'elle a réalisé grâce à git merge.
Jessica can now merge this into the work she did with git merge.
Dans les cas d'usage les plus fréquents, git merge est utilisée pour combiner deux branches.
In the most frequent use cases, git merge is used to combine two branches.
Ce comportement est désactivable avec l'option--no-ff de la commande git merge.
The only exception is that you include the--no-ff option with the git merge command.
La commande git merge est utilisée pour fusionner une branche dans la branche active.
The git merge command is used to merge a branch into the active branch.
Je fait une erreur si je tape git checkout master&& git merge clientA.
If by mistake I make a git checkout master&& git merge clientA, I made a mistake.
L'option git merge-- abort essaie de vous ramener à l'état précédent la fusion.
The git merge--abort option tries to revert back to your state before you ran the merge.
MERGE_HEAD: le(s) commit(s)que vous mergez dans la branche courante avec git merge.
MERGE_HEAD- The commit(s)that you're merging into the current branch with git merge.
Par défaut, une fusion( git merge) de la branche distante trackée par notre branche locale active.
By default, a merge(yes, git merge) of the remote tracked branch in our current local tracking branch.
Gardez un historique Git linéaire qui ne contient pas de commits de fusion issus de git merge.
Keep a linear Git history that doesn't contain merge commits made by git merge.
Git Merge 2017 est une conférence de deux jours centrée sur Git qui a eu lieu à Bruxelles début février.
Git Merge 2017 is a two-day Git-focused conference that took place in Brussels in early february.
Tout changement apporté par les autres développeurs devra être intégré avec git merge et non git rebase.
Any changes from other developers need to be incorporated with git merge instead of git rebase.
L'outil git merge est utilisé pour fusionner une ou plusieurs branches dans la branche que vous avez extraite.
The git merge tool is used to merge one or more branches into the branch you have checked out.
La première chose à savoir sur la commande git rebase est qu'elle poursuit le même objectif que git merge.
The first thing to understand about git rebase is that it solves the same problem as git merge.
Vous pouvez aussi utiliser l'option -S avec la commande git merge elle-même pour signer le commit de fusion.
You can also use the-S option with the git merge command to sign the resulting merge commit itself.
Après tout, git merge--squash produit un squash commit au lieu d'une fusion, ce qui correspond mieux à ce qu'on voudrait.
After all, git merge--squash produces a squash commit instead of a regular merge, which better matches what we're after.
Tout ce que vous avez à faire est d'extraire la branche dans laquelle vous souhaitez fusionner etlancer la commande git merge.
All you have to do is check out the branch you wish to merge into andthen run the git merge command.
La commande git merge vous permet également de choisir l'option de fusion ou la stratégie que vous utiliserez pour la fusion.
The git merge command also allows you to choose the merge option or strategy you use for the merge..
Au lieu de cela, vous pouvez fusionner manuellement les branches à l'aide de la commande git merge avec une autre option de fusion.
Instead, you can manually merge the branches using the git merge command with a different merge option.
Dans ces scénarios, git merge prend deux pointeurs de commit, généralement les pointes de la branche, et recherchera un commit de base commun aux deux.
In these scenarios, git merge takes two commit pointers, usually the branch tips, and will find a common base commit between them.
Vous devez effectuer cette opération sur votre ordinateur local avec la commande git merge ou avec un outil de comparaison ou de fusion.
You see an advisory message to resolve conflicts, which you must do on your local computer with the git merge command or a diff or merge tool.
La commande git merge vous permet de sélectionner les lignes de développement indépendantes créées avec git branch et de les intégrer à une seule branche.
The git merge command lets you take the independent lines of development created by git branch and integrate them into a single branch.
Nous avons brièvement expliqué que git reflog pouvait être utilisé avec d'autres commandes Git comme git checkout,git reset et git merge.
We briefly mentioned that git reflog can be used with other git commands like git checkout,git reset, and git merge.
L'intégration des changements en amont avec Git merge génère un commit de merge superflu dès que vous voulez voir comment le projet a évolué.
Pulling in upstream changes with Git merge results in a superfluous merge commit every time you want to see how the project has progressed.
Results: 53, Time: 0.0315

How to use "git merge" in a French sentence

Juste courir git merge --abort et tirez à nouveau
Git merge simplement souvient de l'histoire comme c'est arrivé.
quand est-il recommandé d'utiliser git rebase contre git merge ?
En 2013 GitHub avait organisé la première Git Merge à Berlin.
Pour ce faire, dans la branche master, on peut utiliser git merge :
Vous pouvez le faire assez facilement sans git rebase ou git merge --squash.
Comment faire git merge / pull correctement: Vous n'avez pas terminé votre fusion (MERGE_HEAD existe)
git merge une_branche applique les changements des commits qui sont sur une_branche à la branche courante.

How to use "git merge" in an English sentence

The git merge command merges branches.
generated by commands like git merge and git revert.
The git merge command performs a merge.
how does exactly a git merge conflict happen?
On the master branch, run git merge topic-branch.
Work-wise, there was the largest git merge ever.
Uses the default git merge strategy (recursive).
What is the difference between git merge and git merge --no-ff?
Git Merge is an event about all things Git.
Use a git merge driver to handle pom conflicts.

Word-for-word translation

Top dictionary queries

French - English