Traduzir "spécifier la branche" para inglês

Mostrando 50 de 50 traduções da frase "spécifier la branche" de francês para inglês

Traduções de spécifier la branche

"spécifier la branche" em francês pode ser traduzido nas seguintes palavras/frases inglês:

spécifier a add after are be can from if in is it is need need to of of the only select should specify to be to specify which you you want your
branche branch industry

Tradução de francês para inglês de spécifier la branche

francês
inglês

FR Le formulaire obtenu définit automatiquement le dépôt de Marie comme dépôt source, puis lui demande de spécifier la branche source, le dépôt cible et la branche cible.

EN The resulting form automatically sets Mary’s repository as the source repository, and it asks her to specify the source branch, the destination repository, and the destination branch.

francêsinglês
automatiquementautomatically
dépôtrepository
sourcesource
branchebranch
cibledestination
formulaireform
commeas
spécifierspecify
etand

FR Le formulaire obtenu définit automatiquement le dépôt de Marie comme dépôt source, puis lui demande de spécifier la branche source, le dépôt cible et la branche cible.

EN The resulting form automatically sets Mary’s repository as the source repository, and it asks her to specify the source branch, the destination repository, and the destination branch.

francêsinglês
automatiquementautomatically
dépôtrepository
sourcesource
branchebranch
cibledestination
formulaireform
commeas
spécifierspecify
etand

FR La branche de développement par défaut. Chaque fois que vous créez un dépôt Git, une branche nommée « main » (principale) est créée et devient la branche active.

EN The default development branch. Whenever you create a git repository, a branch named "main" is created, and becomes the active branch.

francêsinglês
branchebranch
défautdefault
dépôtrepository
gitgit
principalemain
activeactive
développementdevelopment
créécreated
nomménamed
vousyou
una
quewhenever

FR Le principe de base du workflow de branche de fonctionnalité est que chaque fonctionnalité est développée dans une branche dédiée plutôt que dans la branche main

EN The core idea behind the Feature Branch Workflow is that all feature development should take place in a dedicated branch instead of the main branch

francêsinglês
principeidea
workflowworkflow
branchebranch
fonctionnalitéfeature
développéedevelopment
deof
unea
queinstead
dansbehind
dédiédedicated

FR Avant de commencer à programmer, Marie doit créer une nouvelle branche pour la fonctionnalité. Cette branche servira de branche source pour la pull request.

EN Before she starts writing any code, Mary needs to create a new branch for the feature. This branch is what she will use as the source branch of the pull request.

francêsinglês
mariemary
nouvellenew
branchebranch
fonctionnalitéfeature
requestrequest
commencerstarts
sourcesource
programmercode
àto
lathe
deof
créercreate
unea
pourfor

FR La branche de développement par défaut. Chaque fois que vous créez un dépôt Git, une branche nommée « master » est créée et devient la branche active.

EN The default development branch. Whenever you create a git repository, a branch named "main" is created, and becomes the active branch.

francêsinglês
branchebranch
défautdefault
dépôtrepository
gitgit
activeactive
développementdevelopment
créécreated
nomménamed
vousyou
una
quewhenever

FR La branche de développement par défaut. Chaque fois que vous créez un dépôt Git, une branche nommée « master » est créée et devient la branche active.

EN The default development branch. Whenever you create a git repository, a branch named "main" is created, and becomes the active branch.

francêsinglês
branchebranch
défautdefault
dépôtrepository
gitgit
activeactive
développementdevelopment
créécreated
nomménamed
vousyou
una
quewhenever

FR La branche main stocke l'historique officiel des versions, et la branche develop sert de branche d'intégration pour les fonctionnalités

EN The main branch stores the official release history, and the develop branch serves as an integration branch for features

francêsinglês
branchebranch
stockestores
officielofficial
versionsrelease
developdevelop
sertserves
fonctionnalitésfeatures
lathe
etand

FR La première étape consiste à compléter la branche main par défaut avec une branche develop. Une solution très simple consiste à créer une branche develop vide en local et de la pusher vers le serveur :

EN The first step is to complement the default main with a develop branch. A simple way to do this is for one developer to create an empty develop branch locally and push it to the server:

francêsinglês
complétercomplement
branchebranch
défautdefault
locallocally
étapestep
consisteis
developdevelop
simplesimple
serveurserver
àto
avecwith
créercreate
deway

FR Cette branche contiendra l'historique complet du projet, tandis que la branche main en contiendra une version abrégée. À ce stade, les autres développeurs devraient cloner le dépôt centralisé et créer une branche develop de suivi.

EN This branch will contain the complete history of the project, whereas main will contain an abridged version. Other developers should now clone the central repository and create a tracking branch for develop.

francêsinglês
branchebranch
completcomplete
versionversion
développeursdevelopers
clonerclone
dépôtrepository
suivitracking
projetproject
deof
créercreate
tandiswhereas
autresother
unean
cenow

FR La branche de développement par défaut. Chaque fois que vous créez un dépôt Git, une branche nommée « main » (principale) est créée et devient la branche active.

EN The default development branch. Whenever you create a git repository, a branch named "main" is created, and becomes the active branch.

francêsinglês
branchebranch
défautdefault
dépôtrepository
gitgit
principalemain
activeactive
développementdevelopment
créécreated
nomménamed
vousyou
una
quewhenever

FR Le principe de base du workflow de branche de fonctionnalité est que chaque fonctionnalité est développée dans une branche dédiée plutôt que dans la branche main

EN The core idea behind the Feature Branch Workflow is that all feature development should take place in a dedicated branch instead of the main branch

francêsinglês
principeidea
workflowworkflow
branchebranch
fonctionnalitéfeature
développéedevelopment
deof
unea
queinstead
dansbehind
dédiédedicated

FR La branche de développement par défaut. Chaque fois que vous créez un dépôt Git, une branche nommée « main » (principale) est créée et devient la branche active.

EN The default development branch. Whenever you create a git repository, a branch named "main" is created, and becomes the active branch.

francêsinglês
branchebranch
défautdefault
dépôtrepository
gitgit
principalemain
activeactive
développementdevelopment
créécreated
nomménamed
vousyou
una
quewhenever

FR Avant de commencer à programmer, Marie doit créer une nouvelle branche pour la fonctionnalité. Cette branche servira de branche source pour la pull request.

EN Before she starts writing any code, Mary needs to create a new branch for the feature. This branch is what she will use as the source branch of the pull request.

francêsinglês
mariemary
nouvellenew
branchebranch
fonctionnalitéfeature
requestrequest
commencerstarts
sourcesource
programmercode
àto
lathe
deof
créercreate
unea
pourfor

FR Le principe de base du workflow de branche de fonctionnalité est que chaque fonctionnalité est développée dans une branche dédiée plutôt que dans la branche principale (main)

EN The core idea behind the Feature Branch Workflow is that all feature development should take place in a dedicated branch instead of the main branch

francêsinglês
principeidea
workflowworkflow
branchebranch
fonctionnalitéfeature
développéedevelopment
principalemain
deof
unea
queinstead
dansbehind
dédiédedicated

FR Utilisez une branche distincte pour les fonctionnalités ou tickets sur lesquels vous travaillez. Après la création d'une branche, extrayez-la en local pour que tous vos changements soient réalisés sur cette branche.

EN Use a separate branch for each feature or issue you work on. After creating a branch, check it out locally so that any changes you make will be on that branch.

francêsinglês
branchebranch
locallocally
changementschanges
ouor
fonctionnalitéfeature
unea
travaillezyou work
utilisezuse
vousyou
créationcreating
aprèsafter
pourfor
suron

FR La commande précédente supprime une copie locale d'une branche. La branche peut continuer d'exister dans des dépôts distants. Pour supprimer une branche distante, exécutez la commande suivante

EN The previous commands will delete a local copy of a branch. The branch may still exist in remote repos. To delete a remote branch execute the following.

francêsinglês
copiecopy
localelocal
branchebranch
peutmay
supprimerdelete
lathe
commandecommands
exécutezexecute
dansin
desprevious

FR L'historique du dépôt ne change pas. Vous obtenez simplement un nouveau pointeur vers la branche actuelle. Pour commencer à travailler sur la nouvelle branche, vous devez effectuer un check-out de la branche que vous souhaitez utiliser.

EN The repository history remains unchanged. All you get is a new pointer to the current branch. To begin working on the new branch, you have to check out the branch you want to use.

francêsinglês
dépôtrepository
branchebranch
commencerbegin
checkcheck
una
lathe
àto
deall
obtenezget
suron
actuellecurrent
devezhave to

FR L'argument -branch vous permet d'indiquer une branche spécifique à cloner au lieu de la branche vers laquelle l'élément HEAD distant pointe, généralement la branche principale

EN The -branch argument lets you specify a specific branch to clone instead of the branch the remote HEAD is pointing to, usually the main branch

francêsinglês
permetlets
branchebranch
clonerclone
headhead
distantremote
principalemain
àto
deof
lathe
généralementusually
au lieuinstead
vousyou

FR Vous pouvez également spécifier éventuellement spécifier l'argument "-Debug" pour la journalisation de Verbose à la fenêtre du terminal.Le drapeau --debug doit toujours passer comme premier paramètre.

EN You may also optionally specify the "--debug" argument for verbose logging to the terminal window. The --debug flag should always pass as the first parameter.

francêsinglês
spécifierspecify
éventuellementoptionally
journalisationlogging
terminalterminal
drapeauflag
passerpass
paramètreparameter
toujoursalways
àto
égalementalso
fenêtrewindow
commeas
vousyou

FR Vous pouvez également spécifier éventuellement spécifier l'argument "-Debug" pour la journalisation de Verbose à la fenêtre du terminal.Le drapeau --debug doit toujours passer comme premier paramètre.

EN You may also optionally specify the "--debug" argument for verbose logging to the terminal window. The --debug flag should always pass as the first parameter.

francêsinglês
spécifierspecify
éventuellementoptionally
journalisationlogging
terminalterminal
drapeauflag
passerpass
paramètreparameter
toujoursalways
àto
égalementalso
fenêtrewindow
commeas
vousyou

FR Créer un dépôt Clonez une branche et apportez un changement sur la nouvelle branche Si vous utilisez la ligne de commande Si vous utilisez Sourcetree Création d'une pull request pour merger votre changement

EN Create a repository Clone and make a change on a new branch If you're using command line If you're using Sourcetree Create a pull request to merge your change

francêsinglês
dépôtrepository
branchebranch
nouvellenew
sourcetreesourcetree
mergermerge
siif
commandecommand
requestrequest
votreyour
una
créercreate
suron

FR Au lieu de trunk, la branche de développement par défaut se nomme main, et tous les changements sont commités dans cette branche

EN Instead of trunk, the default development branch is called main and all changes are committed into this branch

francêsinglês
branchebranch
développementdevelopment
défautdefault
changementschanges
commitéscommitted
deof
lathe
etand
sontare
au lieuinstead

FR Autrement dit, vous avez besoin de quatre informations pour faire une pull request : le dépôt source, la branche source, le dépôt cible et la branche cible.

EN This means that you need to provide 4 pieces of information to file a pull request: the source repository, the source branch, the destination repository, and the destination branch.

francêsinglês
dépôtrepository
sourcesource
branchebranch
informationsinformation
requestrequest
deof
besoinneed
etand
unea
vousyou

FR Le workflow Gitflow est similaire au workflow de branche par fonctionnalité, mais il définit un modèle de création de branche strict conçu autour de la livraison du projet

EN The Gitflow Workflow is similar to the Feature Branch Workflow, but defines a strict branching model designed around the project release

francêsinglês
workflowworkflow
gitflowgitflow
branchebranch
fonctionnalitéfeature
définitdefines
strictstrict
projetproject
una
modèlemodel
similairesimilar
dearound
conçudesigned
maisbut

FR Si le développeur tente de merger la fonctionnalité dans la base de code principale, le dépôt de destination devient le projet officiel et la branche de destination, la branche main.

EN If the developer is trying to merge the feature into the main codebase, then the destination repository is the official project and the destination branch is main.

francêsinglês
développeurdeveloper
tentetrying
mergermerge
fonctionnalitéfeature
dépôtrepository
destinationdestination
officielofficial
branchebranch
siif
principalemain
projetproject
dethen
etand

FR Il peut ensuite utiliser cette branche de fonctionnalité comme branche source et cible.

EN They would then use the same feature branch for the source and destination branches.

francêsinglês
branchebranch
sourcesource
utiliseruse
fonctionnalitéfeature
cettethe
dethen
etand

FR Enfin, Jean accepte les changements, merge la branche de fonctionnalité dans la branche principale, puis ferme la pull request

EN Finally, John accepts the changes, merges the feature branch into main, and closes the pull request

francêsinglês
jeanjohn
accepteaccepts
branchebranch
fonctionnalitéfeature
principalemain
fermecloses
requestrequest
enfinfinally
changementschanges
lathe
deand

FR Répertoriez les branches de ce dépôt. Vous verrez la branche principale par défaut et la branche que vous venez de créer. git branch

EN List the branches for this repository. You’ll see the default branch master, and the new branch you created. git branch

francêsinglês
répertoriezlist
dépôtrepository
défautdefault
gitgit
cethis
branchesbranches
lathe
créercreated
vousyou
etand

FR Close branch (Fermer la branche) : sélectionnez cette option si vous souhaitez fermer automatiquement la branche une fois la pull request mergée.

EN Close branch: Select if you want to automatically close the branch when the pull request is merged.

francêsinglês
automatiquementautomatically
sélectionnezselect
siif
requestrequest
lathe
closeclose

FR Merger une pull requestUne fois votre code révisé et approuvé dans une pull request, cliquez sur le bouton Merge (Merger) pour merger votre branche dans la branche principale

EN Merge a pull requestAfter your code has been reviewed and approved in a pull request, click the Merge button to merge your branch into the main branch

francêsinglês
codecode
réviséreviewed
approuvéapproved
requestrequest
branchebranch
principalemain
boutonbutton
votreyour
etand
cliquezclick
unea
dansin
mergemerge

FR Les changements de code introduits dans la branche source sont maintenant entièrement intégrés dans la branche cible.

EN The code changes from the source branch are now fully incorporated into the target branch.

francêsinglês
changementschanges
branchebranch
entièrementfully
cibletarget
sourcesource
codecode
lathe
sontare
intégréincorporated
defrom

FR Répertoriez les branches de ce dépôt. Vous verrez la branche principale par défaut et la branche que vous venez de créer. git branch

EN List the branches for this repository. You’ll see the default branch master, and the new branch you created. git branch

francêsinglês
répertoriezlist
dépôtrepository
défautdefault
gitgit
cethis
branchesbranches
lathe
créercreated
vousyou
etand

FR Close branch (Fermer la branche) : sélectionnez cette option si vous souhaitez fermer automatiquement la branche une fois la pull request mergée.

EN Close branch: Select if you want to automatically close the branch when the pull request is merged.

francêsinglês
automatiquementautomatically
sélectionnezselect
siif
requestrequest
lathe
closeclose

FR Merger une pull requestUne fois votre code révisé et approuvé dans une pull request, cliquez sur le bouton Merge (Merger) pour merger votre branche dans la branche principale

EN Merge a pull requestAfter your code has been reviewed and approved in a pull request, click the Merge button to merge your branch into the main branch

francêsinglês
codecode
réviséreviewed
approuvéapproved
requestrequest
branchebranch
principalemain
boutonbutton
votreyour
etand
cliquezclick
unea
dansin
mergemerge

FR Les changements de code introduits dans la branche source sont maintenant entièrement intégrés dans la branche cible.

EN The code changes from the source branch are now fully incorporated into the target branch.

francêsinglês
changementschanges
branchebranch
entièrementfully
cibletarget
sourcesource
codecode
lathe
sontare
intégréincorporated
defrom

FR Créer un dépôt Clonez une branche et apportez un changement sur la nouvelle branche Si vous utilisez la ligne de commande Si vous utilisez Sourcetree Création d'une pull request pour merger votre changement

EN Create a repository Clone and make a change on a new branch If you're using command line If you're using Sourcetree Create a pull request to merge your change

francêsinglês
dépôtrepository
branchebranch
nouvellenew
sourcetreesourcetree
mergermerge
siif
commandecommand
requestrequest
votreyour
una
créercreate
suron

FR Dans ce modèle, les développeurs créent une branche de fonctionnalité et attendent que la fonctionnalité soit terminée pour la merger à la branche « trunk » principale

EN Under this model, developers create a feature branch and delay merging it to the main trunk branch until the feature is complete

francêsinglês
développeursdevelopers
branchebranch
fonctionnalitéfeature
principalemain
cethis
modèlemodel
lathe
àto
terminéecomplete
unea

FR À toutes fins utiles, notez que lorsque les branches de fonctionnalité (feature) sont associées à la branche develop, elles constituent le workflow de branche de fonctionnalité. Toutefois, le workflow Gitflow ne se limite pas à cela.

EN Note that feature branches combined with the develop branch is, for all intents and purposes, the Feature Branch Workflow. But, the Gitflow workflow doesn’t stop there.

francêsinglês
associécombined
finspurposes
gitflowgitflow
branchesbranches
branchebranch
workflowworkflow
destop

FR Lorsque vous avez terminé le travail de développement sur la fonctionnalité, l'étape suivante consiste à merger la branche feature dans la branche develop.

EN When you’re done with the development work on the feature, the next step is to merge the feature_branch into develop.

francêsinglês
mergermerge
branchebranch
développementdevelopment
developdevelop
lorsquewhen
travailwork
àto
terminédone
consisteis
étapestep
featurefeature
suron
denext

FR La création de branches de livraison est une autre opération de branching directe. À l'instar des branches feature, les branches release sont basées sur la branche develop. Une nouvelle branche release peut être créée comme suit.

EN Making release branches is another straightforward branching operation. Like feature branches, release branches are based on the develop branch. A new release branch can be created using the following methods.

francêsinglês
releaserelease
directestraightforward
opérationoperation
nouvellenew
branchesbranches
peutcan
branchebranch
estis
suron
créécreated
autreanother
commelike
unea

FR Comme à la fin d'une branche release, une branche hotfix est mergée à la fois dans main et develop.

EN Similar to finishing a release branch, a hotfix branch gets merged into both main and develop.

francêsinglês
branchebranch
releaserelease
developdevelop
estgets
àto
unea
etand
lasimilar

FR Voici un exemple complet illustrant le workflow de branche de fonctionnalité : imaginons une configuration de dépôt avec une branche main.

EN A complete example demonstrating a Feature Branch Flow is as follows. Assuming we have a repo setup with a main branch.

francêsinglês
completcomplete
branchebranch
fonctionnalitéfeature
configurationsetup
dépôtrepo
avecwith
exempleexample
una
dehave

FR Une branche release est créée à partir de la branche develop

EN A release branch is created from develop

francêsinglês
branchebranch
releaserelease
developdevelop
unea
créécreated
estis
partirfrom

FR Si un problème est détecté dans la branche main, une branche hotfix est créée à partir de main.

EN If an issue in main is detected a hotfix branch is created from main

francêsinglês
détectédetected
branchebranch
siif
créécreated
una
problèmeissue
estis
dansin
partirfrom

FR Il s’agit d’un travail long et ardu puisqu’il faut intervenir branche par branche, arbre par arbre.

EN It’s a tough and lengthy job—one that must be carried out branch by branch and tree by tree.

francêsinglês
travailjob
branchebranch
arbretree
etand
duna
parby

FR Close branch (Fermer la branche) : sélectionnez cette option si vous souhaitez fermer automatiquement la branche une fois la pull request mergée.

EN Close branch: Select if you want to automatically close the branch when the pull request is merged.

francêsinglês
automatiquementautomatically
sélectionnezselect
siif
requestrequest
lathe
closeclose

FR Merger une pull requestUne fois votre code révisé et approuvé dans une pull request, cliquez sur le bouton Merge (Merger) pour merger votre branche à la branche principale

EN Merge a pull requestAfter your code has been reviewed and approved in a pull request, click the Merge button to merge your branch into the main branch

francêsinglês
codecode
réviséreviewed
approuvéapproved
requestrequest
branchebranch
principalemain
boutonbutton
votreyour
cliquezclick
àto
etand
unea
dansin
mergemerge

FR Les changements de code introduits dans la branche source sont maintenant entièrement intégrés dans la branche cible.

EN The code changes from the source branch are now fully incorporated into the target branch.

francêsinglês
changementschanges
branchebranch
entièrementfully
cibletarget
sourcesource
codecode
lathe
sontare
intégréincorporated
defrom

FR Au lieu de trunk, la branche de développement par défaut se nomme main, et tous les changements sont commités dans cette branche

EN Instead of trunk, the default development branch is called main and all changes are committed into this branch

francêsinglês
branchebranch
développementdevelopment
défautdefault
changementschanges
commitéscommitted
deof
lathe
etand
sontare
au lieuinstead

Mostrando 50 de 50 traduções