Перекладіть "i branch hotfix" на Англійська

Показано 50 з 50 перекладів фрази "i branch hotfix" з Італійська на Англійська

Переклади i branch hotfix

"i branch hotfix" мовою Італійська можна перекласти такими словами/фразами: Англійська:

branch branch

Переклад Італійська на Англійська i branch hotfix

Італійська
Англійська

IT I branch hotfix sono molto simili ai branch release e feature, tranne per il fatto che sono basati sul branch main anziché sul branch develop

EN Hotfix branches are a lot like release branches and feature branches except they're based on main instead of develop

Італійська Англійська
release release
feature feature
tranne except
main main
develop develop

IT Come accade per il completamento di un branch release, viene eseguito il merge del branch hotfix sia nel branch main che nel branch develop.

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

Італійська Англійська
branch branch
release release
main main
develop develop

IT Creare branch release è un'altra semplice operazione di creazione di branch. Come i branch feature, quelli release si basano sul branch develop. È possibile creare un nuovo branch release utilizzando i seguenti metodi.

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.

Італійська Англійська
branch branch
release release
altra another
operazione operation
feature feature
nuovo new
metodi methods

IT Una volta completato il branch hotfix, ne viene eseguito il merge sia nel branch develop che nel branch main

EN Once the hotfix is complete it is merged to both develop and main

Італійська Англійська
completato complete
develop develop
main main

IT Elenca i branch per questo repository. Vedrai il branch master predefinito e il nuovo branch creato. git branch

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

Італійська Англійська
elenca list
branch branch
repository repository
vedrai see
master master
predefinito default
creato created
git git

IT Elenca i branch per questo repository. Vedrai il branch master predefinito e il nuovo branch creato. git branch

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

Італійська Англійська
elenca list
branch branch
repository repository
vedrai see
master master
predefinito default
creato created
git git

IT Questo branch conterrà la cronologia completa del progetto, mentre il branch main ne conterrà una versione ridotta. Gli altri sviluppatori devono ora clonare il repository centrale e creare un branch di traccia per il branch develop.

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.

Італійська Англійська
branch branch
cronologia history
completa complete
repository repository
traccia tracking

IT Elenca i branch per questo repository. Vedrai il branch main predefinito e il nuovo branch creato. git branch

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

Італійська Англійська
elenca list
branch branch
repository repository
vedrai see
main main
predefinito default
creato created
git git

IT In genere, lo sviluppatore specificherà il proprio branch di funzionalità come branch di origine e il branch main come branch di destinazione.

EN Typically, the developer will specify their feature branch as the source branch and the main branch as the destination branch.

Італійська Англійська
sviluppatore developer
branch branch
funzionalità feature
origine source
main main
destinazione destination
in genere typically

IT Oltre al flusso dei branch feature e release, un esempio del branch hotfix è il seguente:

EN In addition to the feature and release flow, a hotfix example is as follows:

Італійська Англійська
al to the
flusso flow
feature feature
release release
esempio example

IT Le funzionalità sono generalmente unite nel branch develop, mentre i branch di funzionalità e hotfix vengono sottoposti a merge sia in develop che in main. Le pull request possono essere utilizzate per gestire formalmente tutti questi merge.

EN Features are generally merged into the develop branch, while release and hotfix branches are merged into both develop and main. Pull requests can be used to formally manage all of these merges.

Італійська Англійська
funzionalità features
branch branch
develop develop
main main
pull pull
gestire manage
formalmente formally
request requests

IT Pipelines può essere allineato alla struttura branch, facilitando il lavoro con i flussi di branch, come branch di funzioni o gitflow.

EN Pipelines can be aligned with the branch structure, making it easier to work with branching workflows like feature branching or git-flow. 

Італійська Англійська
pipelines pipelines
allineato aligned
struttura structure
branch branch
flussi flow
o or

IT Il branch di sviluppo predefinito. Quando crei un repository Git, viene creato un branch denominato "master" che diventa il branch attivo.

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

Італійська Англійська
branch branch
sviluppo development
predefinito default
un a
repository repository
git git
denominato named
attivo active

IT Nel pop-up visualizzato, seleziona un Type (Tipo) (se usi il modello di branch), inserisci un Branch name (Nome branch) e clicca su Create (Crea).

EN From the popup that appears, select a Type (if using the Branching model), enter a Branch name and click Create.

Італійська Англійська
visualizzato appears
un a
se if
branch branch

IT Crea un branch con il comando Git branch. git branch

EN Create a branch using the Git branch command. git branch

Італійська Англійська
crea create
branch branch
il the
comando command
git git

IT Close branch (Chiudi branch): seleziona se chiudere automaticamente il branch dopo il merge della pull request.

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

Італійська Англійська
branch branch
seleziona select
se if
automaticamente automatically
pull pull
request request

IT Pipelines può essere allineato alla struttura branch, facilitando il lavoro con i flussi di branch, come branch di funzioni o gitflow.

EN Pipelines can be aligned with the branch structure, making it easier to work with branching workflows like feature branching or git-flow. 

Італійська Англійська
pipelines pipelines
allineato aligned
struttura structure
branch branch
flussi flow
o or

IT Il branch di sviluppo predefinito. Quando crei un repository Git, viene creato un branch denominato "master" che diventa il branch attivo.

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

Італійська Англійська
branch branch
sviluppo development
predefinito default
un a
repository repository
git git
denominato named
attivo active

IT Nel pop-up visualizzato, seleziona un Type (Tipo) (se usi il modello di branch), inserisci un Branch name (Nome branch) e clicca su Create (Crea).

EN From the popup that appears, select a Type (if using the Branching model), enter a Branch name and click Create.

Італійська Англійська
visualizzato appears
un a
se if
branch branch

IT Crea un branch con il comando Git branch. git branch

EN Create a branch using the Git branch command. git branch

Італійська Англійська
crea create
branch branch
il the
comando command
git git

IT Close branch (Chiudi branch): seleziona se chiudere automaticamente il branch dopo il merge della pull request.

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

Італійська Англійська
branch branch
seleziona select
se if
automaticamente automatically
pull pull
request request

IT Gitflow è un modello di creazione di branch Git alternativo che prevede l'uso di branch di funzioni e di più branch primari

EN Giflow is an alternative Git branching model that involves the use of feature branches and multiple primary branches

Італійська Англійська
un an
modello model
git git
alternativo alternative
funzioni feature
primari primary

IT Il branch main memorizza la cronologia di rilascio ufficiale e il branch develop funge da branch di integrazione per le funzioni

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

Італійська Англійська
branch branch
main main
memorizza stores
cronologia history
rilascio release
ufficiale official
develop develop
integrazione integration
funzioni features

IT Il primo passo consiste nell'integrare il branch main predefinito con un branch develop. Per procedere in modo semplice, uno sviluppatore deve creare un branch develop vuoto in locale ed eseguirne il push sul server:

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:

Італійська Англійська
consiste is
branch branch
main main
predefinito default
semplice simple
sviluppatore developer
vuoto empty
locale locally
push push
server server

IT Nota che i branch feature uniti con il branch develop costituiscono a tutti gli effetti il flusso di lavoro del branch di funzioni. Tuttavia, il flusso di lavoro di Gitflow non si ferma qui.

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.

Італійська Англійська
nota note
branch branch
develop develop
gitflow gitflow
flusso di lavoro workflow

IT Puoi immaginare i branch di manutenzione come branch release ad hoc che funzionano direttamente con il branch main

EN You can think of maintenance branches as ad hoc release branches that work directly with main

Італійська Англійська
manutenzione maintenance
release release
funzionano work
main main

IT Il branch di sviluppo predefinito. Quando crei un repository Git, viene creato un branch denominato "main" che diventa il branch attivo.

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

Італійська Англійська
branch branch
sviluppo development
predefinito default
un a
repository repository
git git
denominato named
main main
attivo active

IT Nel pop-up visualizzato, seleziona un Type (Tipo) (se usi il modello di branch), inserisci un Branch name (Nome branch) e clicca su Create (Crea).

EN From the popup that appears, select a Type (if using the Branching model), enter a Branch name and click Create.

Італійська Англійська
visualizzato appears
un a
se if
branch branch

IT Crea un branch con il comando Git branch. git branch

EN Create a branch using the Git branch command. git branch

Італійська Англійська
crea create
branch branch
il the
comando command
git git

IT Close branch (Chiudi branch): seleziona se chiudere automaticamente il branch dopo il merge della pull request.

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

Італійська Англійська
branch branch
seleziona select
se if
automaticamente automatically
pull pull
request request

IT Ad esempio, un piano con due processi in creazione a fronte di tre branch (il branch originario del piano, più due branch aggiuntivi) contribuisce con due processi rispetto al limite.

EN For example, a plan with two jobs that are building against three branches (the plan's original branch, plus two extra branches) will contribute two jobs toward the limit.

Італійська Англійська
esempio example
piano plan
branch branch
originario original
aggiuntivi extra
contribuisce contribute
limite limit

IT Il branch di sviluppo predefinito. Quando crei un repository Git, viene creato un branch denominato "main" che diventa il branch attivo.

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

Італійська Англійська
branch branch
sviluppo development
predefinito default
un a
repository repository
git git
denominato named
main main
attivo active

IT Pipelines può essere allineato alla struttura branch, facilitando il lavoro con i flussi di branch, come branch di funzioni o gitflow.

EN Pipelines can be aligned with the branch structure, making it easier to work with branching workflows like feature branching or git-flow. 

Італійська Англійська
pipelines pipelines
allineato aligned
struttura structure
branch branch
flussi flow
o or

IT La cronologia del repository rimane invariata. Tutto ciò che ottieni è un nuovo puntatore al branch corrente. Per iniziare a lavorare sul nuovo branch, devi eseguire il checkout del branch che desideri utilizzare.

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.

Італійська Англійська
cronologia history
repository repository
rimane remains
branch branch
iniziare begin
lavorare working

IT Poiché stai creando un branch per lavorare su qualcosa di nuovo, ogni volta che crei un nuovo branch (con git branch), devi assicurarti di eseguirne il checkout (con git checkout) se hai intenzione di usarlo

EN Because you are creating a branch to work on something new, every time you create a new branch (with git branch), you want to make sure to check it out (with git checkout) if you're going to use it

Італійська Англійська
branch branch
nuovo new
git git
assicurarti make sure
checkout checkout
usarlo use it

IT Hai notato la riga On branch future-plans? Se hai inserito git status in precedenza, la riga era sul branch main perché avevi solo il branch principale

EN Notice the On branch future-plans line? If you entered git status previously, the line was on branch main because you only had the one main branch

Італійська Англійська
riga line
branch branch
se if
git git
status status
in precedenza previously

IT Invece di eseguire "effettivamente" il merge dei branch, tutto ciò che Git deve fare per integrare le cronologie è spostare (ovvero "effettuare un avanzamento rapido") la punta del branch corrente fino alla punta del branch di destinazione

EN Instead of “actually” merging the branches, all Git has to do to integrate the histories is move (i.e., “fast-forward”) the current branch tip up to the target branch tip

Італійська Англійська
effettivamente actually
merge merging
branch branch
tutto all
git git
spostare move
rapido fast
punta tip
corrente current

IT Prima di iniziare a scrivere codice, Mary deve creare un nuovo branch per la funzione. Questo branch verrà utilizzato come branch di origine della 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.

Італійська Англійська
scrivere writing
mary mary
nuovo new
branch branch
funzione feature
pull pull
request request

IT Mary vuole eseguire il merge della sua funzionalità nella base di codice principale, quindi il branch di origine è il suo branch di funzionalità, il repository di destinazione è il repository pubblico di John e il branch di destinazione è main

EN Mary wants to merge her feature into the main codebase, so the source branch is her feature branch, the destination repository is John’s public repository, and the destination branch is main

Італійська Англійська
mary mary
vuole wants
merge merge
funzionalità feature
branch branch
repository repository
pubblico public
john john

IT I branch di manutenzione, o "hotfix", vengono utilizzati per applicare rapidamente patch ai rilasci di produzione

EN Maintenance or “hotfix” branches are used to quickly patch production releases

Італійська Англійська
manutenzione maintenance
o or
vengono are
per to
rapidamente quickly
patch patch
rilasci releases
produzione production

IT È possibile creare un branch hotfix utilizzando i seguenti metodi:

EN A hotfix branch can be created using the following methods:

Італійська Англійська
branch branch
utilizzando using
i the
metodi methods

IT Suggerisci condizioni specifiche sulle unioni di singoli branch o modelli di branch. Oppure, forza i controlli di tipo merge con Bitbucket Premium.

EN Recommend specific conditions on merges for individual branches or branch patterns. Or enforce merge checks through Bitbucket Premium.

Італійська Англійська
condizioni conditions
branch branch
controlli checks
merge merge
bitbucket bitbucket
premium premium

IT Incrementa i rilasci del 14% con Jira Software e Bitbucket, perfettamente integrati dal branch alla distribuzione. Puoi creare branch di Bitbucket direttamente da Jira Software o spostare ticket senza uscire da Bitbucket.

EN Release 14% more often with Jira Software and Bitbucket, which are seamlessly integrated from branch to deployment. Create Bitbucket branches from within Jira Software or transition issues without ever leaving Bitbucket.

Італійська Англійська
jira jira
software software
bitbucket bitbucket
perfettamente seamlessly
integrati integrated
branch branch
distribuzione deployment
o or

IT Incrementa le release del 14% con Bitbucket e il software Jira, perfettamente integrati dal branch all'implementazione. Crea branch di Bitbucket direttamente dal software Jira o supera i problemi senza uscire da Bitbucket.

EN Release 14% more often with Jira Software and Bitbucket, which are seamlessly integrated from branch to deployment. Create Bitbucket branches from within Jira Software or transition issues without ever leaving Bitbucket.

Італійська Англійська
release release
bitbucket bitbucket
jira jira
perfettamente seamlessly
integrati integrated
branch branch
crea create
o or

IT Dal repository, clicca sul + nella barra laterale globale e, in Get to work (Mettiamoci al lavoro), seleziona Create a branch (Crea un branch).

EN From the repository, click + in the global sidebar and under Get to work, select Create a branch.

Італійська Англійська
repository repository
globale global
get get
branch branch
barra laterale sidebar

IT Apporta le modifiche in locale e successivamente aggiungi ed esegui il commit e il push delle modifiche sul branch:git add . git commit -m "adding a change from the feature branch" git push origin

EN Make your changes locally and then add, commit, and push your changes to the  branch:git add . git commit -m "adding a change from the feature branch" git push origin

Італійська Англійська
locale locally
branch branch
feature feature
origin origin

IT Eseguire il merge di una pull requestUna volta che il codice è stato rivisto e approvato in una pull request, clicca sul pulsante Merge (Esegui il merge) per eseguire il merge del tuo branch e del branch 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

Італійська Англійська
merge merge
pull pull
codice code
approvato approved
request request
clicca click
pulsante button
branch branch
principale main
rivisto reviewed

IT Le modifiche al codice presenti nel branch di origine sono adesso completamente incorporate nel branch di destinazione.

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

Італійська Англійська
modifiche changes
branch branch
sono are
adesso now
completamente fully
incorporate incorporated

IT Suggerisci condizioni specifiche sulle unioni di singoli branch o modelli di branch. Oppure, forza i controlli di tipo merge con Bitbucket Premium.

EN Recommend specific conditions on merges for individual branches or branch patterns. Or enforce merge checks through Bitbucket Premium.

Італійська Англійська
condizioni conditions
branch branch
controlli checks
merge merge
bitbucket bitbucket
premium premium

IT Dal repository, clicca sul + nella barra laterale globale e, in Get to work (Mettiamoci al lavoro), seleziona Create a branch (Crea un branch).

EN From the repository, click + in the global sidebar and under Get to work, select Create a branch.

Італійська Англійська
repository repository
globale global
get get
branch branch
barra laterale sidebar

Показано 50 з 50 перекладів