Traduzir "feature branch workflow" para alemão

Mostrando 50 de 50 traduções da frase "feature branch workflow" de inglês para alemão

Tradução de inglês para alemão de feature branch workflow

inglês
alemão

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. In addition you can pass a tag instead of branch for the same effect.

DE Mit dem Argument -branch kannst du statt des Branch, auf den der Remote-HEAD verweist, einen bestimmten Branch zum Klonen angeben – normalerweise ist dies der Main-Branch. Auf dieselbe Art kannst du auch einen Tag statt eines Branch angeben.

inglêsalemão
specifyangeben
branchbranch
cloneklonen
remoteremote
headhead
usuallynormalerweise
aeinen
isist
tagtag
insteadstatt
cankannst
youdu
toauf
ofder
specificbestimmten

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

DE Die Grundidee hinter dem Feature-Branch-Workflow ist, dass die gesamte Feature-Entwicklung in einem dedizierten Branch und nicht im main-Branch stattfinden sollte

inglêsalemão
featurefeature
branchbranch
workflowworkflow
developmententwicklung
take placestattfinden
inin
shouldsollte
isist
dedicateddie
thatdass
behindhinter
thedem

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

DE Die Grundidee hinter dem Feature-Branch-Workflow ist, dass die gesamte Feature-Entwicklung in einem dedizierten Branch und nicht im main-Branch stattfinden sollte

inglêsalemão
featurefeature
branchbranch
workflowworkflow
developmententwicklung
take placestattfinden
inin
shouldsollte
isist
dedicateddie
thatdass
behindhinter
thedem

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

DE Die Grundidee hinter dem Feature-Branch-Workflow ist, dass die gesamte Feature-Entwicklung in einem dedizierten Branch und nicht im main-Branch stattfinden sollte

inglêsalemão
featurefeature
branchbranch
workflowworkflow
developmententwicklung
take placestattfinden
inin
shouldsollte
isist
dedicateddie
thatdass
behindhinter
thedem

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.

DE Beachte, dass die Kombination von Feature Branches mit dem develop-Branch eigentlich dem Feature Branch Workflow entspricht. Doch der Git-flow-Workflow geht darüber hinaus.

inglêsalemão
notebeachte
featurefeature
branchbranch
workflowworkflow
branchesbranches
thatdass
combinedmit

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

DE In der Regel gibt der Entwickler seinen Feature-Branch als Quell-Branch und den main-Branch als Ziel-Branch an.

inglêsalemão
developerentwickler
featurefeature
branchbranch
sourcequell
destinationziel
asals
andund
theden

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

DE In der Regel gibt der Entwickler seinen Feature-Branch als Quell-Branch und den main-Branch als Ziel-Branch an.

inglêsalemão
developerentwickler
featurefeature
branchbranch
sourcequell
destinationziel
asals
andund
theden

EN For more info on Git workflows visit our extended workflow discussion pages: The Feature Branch Workflow, GitFlow Workflow, and Forking Workflow

DE Weitere Informationen zu den Git-Workflows findest du auf unseren erweiterten Workflow-Seiten zum Feature-Branch-Workflow, Gitflow-Workflow und dem Forking-Workflow.

inglêsalemão
infoinformationen
gitgit
extendederweiterten
pagesseiten
featurefeature
branchbranch
workflowsworkflows
workflowworkflow
forweitere
andund
theden
onauf
ourunseren

EN Pull requests can be used in conjunction with the Feature Branch Workflow, the Gitflow Workflow, or the Forking Workflow

DE Pull-Requests können in Verbindung mit dem Feature Branch Workflow, dem Git-flow-Workflow oder dem Forking-Workflow eingesetzt werden

inglêsalemão
pullgit
requestsrequests
conjunctionverbindung
featurefeature
branchbranch
workflowworkflow
usedeingesetzt
oroder
inin
cankönnen
withmit
thedem
bewerden

EN Pull requests can be used in conjunction with the Feature Branch Workflow, the Gitflow Workflow, or the Forking Workflow

DE Pull-Requests können in Verbindung mit dem Feature Branch Workflow, dem Git-flow-Workflow oder dem Forking-Workflow eingesetzt werden

inglêsalemão
pullgit
requestsrequests
conjunctionverbindung
featurefeature
branchbranch
workflowworkflow
usedeingesetzt
oroder
inin
cankönnen
withmit
thedem
bewerden

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.

DE Bevor Mary mit dem Schreiben von Code beginnt, muss Mary zunächst einen neuen Branch für das Feature erstellen. Diesen Branch wird sie als Quell-Branch des Pull-Requests verwenden.

inglêsalemão
startsbeginnt
newneuen
branchbranch
marymary
codecode
featurefeature
useverwenden
requestrequests
createerstellen
asals
tobevor
azunächst
ofvon
thewird

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.

DE Bevor Mary mit dem Schreiben von Code beginnt, muss Mary zunächst einen neuen Branch für das Feature erstellen. Diesen Branch wird sie als Quell-Branch des Pull-Requests verwenden.

inglêsalemão
startsbeginnt
newneuen
branchbranch
marymary
codecode
featurefeature
useverwenden
requestrequests
createerstellen
asals
tobevor
azunächst
ofvon
thewird

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.

DE Verwende für jedes Feature oder Issue, an dem du arbeitest, einen separaten Branch. Nachdem du einen Branch erstellt hast. checkst du ihn lokal aus, damit alle deine Änderungen auf diesem Branch stattfinden.

inglêsalemão
separateseparaten
branchbranch
locallylokal
issueissue
changesÄnderungen
featurefeature
oroder
workarbeitest
itihn
forfür
aeinen
thatdiesem
sodamit
youdu
onauf

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

DE Unter diesem Modell erstellen Entwickler einen Feature-Branch und verzögern den Merge mit dem Haupt-Trunk-Branch, bis das Feature vollständig ist

inglêsalemão
modelmodell
developersentwickler
featurefeature
branchbranch
mergingmerge
mainhaupt
thisdiesem
createerstellen
andund
theden
aeinen

EN If your team is comfortable with the Centralized Workflow but wants to streamline its collaboration efforts, it's definitely worth exploring the benefits of the Feature Branch Workflow

DE Wenn dein Team mit dem zentralisierten Workflow einigermaßen vertraut ist und jetzt seine Zusammenarbeit optimieren möchte, solltest du auf jeden Fall einmal die Vorteile des Feature Branch Workflow ansehen

inglêsalemão
centralizedzentralisierten
workflowworkflow
wantsmöchte
streamlineoptimieren
collaborationzusammenarbeit
benefitsvorteile
featurefeature
branchbranch
teamteam
isist
withmit
thefall
definitelyauf
itsund

EN To read about the next Git workflow check out our comprehensive breakdown of the Feature Branch Workflow.

DE Wenn du einen weiteren Git-Workflow kennenlernen möchtest, dann wirf einen Blick in unsere umfassende Dokumentation zum Feature Branch Workflow.

inglêsalemão
gitgit
workflowworkflow
checkblick
comprehensiveumfassende
featurefeature
branchbranch
toweiteren
ourunsere

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

DE Der Git-flow-Workflow ist dem Feature Branch Workflow ähnlich, aber er definiert ein strenges Branching-Modell, das um den Release des Projekts konzipiert wurde

inglêsalemão
workflowworkflow
featurefeature
branchbranch
definesdefiniert
modelmodell
releaserelease
designedkonzipiert
the projectprojekts
isist
similarähnlich
butaber
theden

EN If your team is comfortable with the Centralized Workflow but wants to streamline its collaboration efforts, it's definitely worth exploring the benefits of the Feature Branch Workflow

DE Wenn dein Team mit dem zentralisierten Workflow einigermaßen vertraut ist und jetzt seine Zusammenarbeit optimieren möchte, solltest du auf jeden Fall einmal die Vorteile des Feature Branch Workflow ansehen

inglêsalemão
centralizedzentralisierten
workflowworkflow
wantsmöchte
streamlineoptimieren
collaborationzusammenarbeit
benefitsvorteile
featurefeature
branchbranch
teamteam
isist
withmit
thefall
definitelyauf
itsund

EN To read about the next Git workflow check out our comprehensive breakdown of the Feature Branch Workflow.

DE Wenn du einen weiteren Git-Workflow kennenlernen möchtest, dann wirf einen Blick in unsere umfassende Dokumentation zum Feature Branch Workflow.

inglêsalemão
gitgit
workflowworkflow
checkblick
comprehensiveumfassende
featurefeature
branchbranch
toweiteren
ourunsere

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

DE Der Git-flow-Workflow ist dem Feature Branch Workflow ähnlich, aber er definiert ein strenges Branching-Modell, das um den Release des Projekts konzipiert wurde

inglêsalemão
workflowworkflow
featurefeature
branchbranch
definesdefiniert
modelmodell
releaserelease
designedkonzipiert
the projectprojekts
isist
similarähnlich
butaber
theden

EN 4K Time Lapse of blossoming branch with pink Cherry blossom flowers. Time-lapse spring tree branch with flowers and buds, isolated on black background. Stick tree branch springtime.

DE 4K-Zeit-Lauf des blühenden Zweiges mit rosafarbenen Kirschblüten. Zeitraffer-Frühlingszweig mit Blumen und Knospen einzeln auf schwarzem Hintergrund. Baumstamm im Frühling.

inglêsalemão
time-lapsezeitraffer
budsknospen
blackschwarzem
timezeit
flowersblumen
backgroundhintergrund
andund
withmit
springfrühling
onauf

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

DE Der standardmäßige Entwicklungs-Branch. Immer, wenn du ein Git-Repository erstellst, wird auch ein "Haupt-Branch" erstellt. Dieser wird zum aktiven Branch.

inglêsalemão
defaultstandardmäßige
developmententwicklungs
branchbranch
repositoryrepository
mainhaupt
activeaktiven
gitgit
createderstellt
createerstellst
youdu
aein
thewird

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

DE Erstelle einen Branch mit dem Befehl "Git branch". git branch

inglêsalemão
createerstelle
branchbranch
gitgit
commandbefehl

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

DE Liste die Branches für dieses Repository auf. Es werden der Standard-Haupt-Branch und der neu erstellte Branch angezeigt. git branch

inglêsalemão
repositoryrepository
defaultstandard
branchbranch
mainhaupt
createderstellte
gitgit
branchesbranches
seeangezeigt
newneu
andund
listliste
forfür
thisdieses

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

DE Der standardmäßige Entwicklungs-Branch. Immer, wenn du ein Git-Repository erstellst, wird auch ein Branch namens "master" erstellt. Dieser wird zum aktiven Branch.

inglêsalemão
defaultstandardmäßige
developmententwicklungs
branchbranch
repositoryrepository
namednamens
activeaktiven
gitgit
createderstellt
createerstellst
youdu
aein
thewird

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

DE Erstelle einen Branch mit dem Befehl "Git branch". git branch

inglêsalemão
createerstelle
branchbranch
gitgit
commandbefehl

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

DE Liste die Branches für dieses Repository auf. Es werden der Standard-Master-Branch und der neu erstellte Branch angezeigt. git branch

inglêsalemão
repositoryrepository
defaultstandard
branchbranch
mastermaster
createderstellte
gitgit
branchesbranches
seeangezeigt
newneu
andund
listliste
forfür
thisdieses

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

DE Der standardmäßige Entwicklungs-Branch. Immer, wenn du ein Git-Repository erstellst, wird auch ein Branch namens "master" erstellt. Dieser wird zum aktiven Branch.

inglêsalemão
defaultstandardmäßige
developmententwicklungs
branchbranch
repositoryrepository
namednamens
activeaktiven
gitgit
createderstellt
createerstellst
youdu
aein
thewird

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

DE Erstelle einen Branch mit dem Befehl "Git branch". git branch

inglêsalemão
createerstelle
branchbranch
gitgit
commandbefehl

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

DE Liste die Branches für dieses Repository auf. Es werden der Standard-Master-Branch und der neu erstellte Branch angezeigt. git branch

inglêsalemão
repositoryrepository
defaultstandard
branchbranch
mastermaster
createderstellte
gitgit
branchesbranches
seeangezeigt
newneu
andund
listliste
forfür
thisdieses

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

DE Der main-Branch enthält den offiziellen Release-Verlauf und der develop-Branch dient als Integrations-Branch für Features

inglêsalemão
branchbranch
officialoffiziellen
releaserelease
historyverlauf
servesdient
integrationintegrations
featuresfeatures
andund
asals
forfür
theden

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

DE Der standardmäßige Entwicklungs-Branch. Immer, wenn du ein Git-Repository erstellst, wird auch ein "Haupt-Branch" erstellt. Dieser wird zum aktiven Branch.

inglêsalemão
defaultstandardmäßige
developmententwicklungs
branchbranch
repositoryrepository
mainhaupt
activeaktiven
gitgit
createderstellt
createerstellst
youdu
aein
thewird

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

DE Erstelle einen Branch mit dem Befehl "Git branch". git branch

inglêsalemão
createerstelle
branchbranch
gitgit
commandbefehl

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

DE Liste die Branches für dieses Repository auf. Es werden der Standard-Haupt-Branch und der neu erstellte Branch angezeigt. git branch

inglêsalemão
repositoryrepository
defaultstandard
branchbranch
mainhaupt
createderstellte
gitgit
branchesbranches
seeangezeigt
newneu
andund
listliste
forfür
thisdieses

EN Create a new branch called <branch>. This does not check out the new branch.

DE Mit diesem Befehl erstellst du einen neuen Branch mit dem Namen, den du für <branch> angibst. Der neue Branch wird jedoch nicht ausgecheckt.

inglêsalemão
branchbranch
callednamen
createerstellst
notnicht
thisdiesem
newneue

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.

DE Mit den vorherigen Befehlen wird eine lokale Kopie eines Branches gelöscht. Der Branch ist jedoch möglicherweise noch in einem Remote-Repository vorhanden. Ein Remote-Branch wird folgendermaßen gelöscht:

inglêsalemão
locallokale
copykopie
branchbranch
remoteremote
maymöglicherweise
inin

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.

DE Der Repository-Verlauf bleibt unverändert. Es wird lediglich ein neuer Pointer zum aktuellen Branch implementiert. Wenn du in dem neuen Branch arbeiten möchtest, musst du ihn zunächst auschecken.

inglêsalemão
repositoryrepository
historyverlauf
unchangedunverändert
branchbranch
you wantmöchtest
newneuen
currentaktuellen
remainsbleibt
youdu
azunächst
workingarbeiten
towenn
havemusst
thewird
onin

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

DE Da Branches spezifisch für die Arbeit an neuem Code erstellt werden, solltest du jeden mit git branch neu erstellten Branch mit git checkout auschecken, bevor du ihn verwendest

inglêsalemão
branchbranch
gitgit
checkoutcheckout
newneuem
itihn
useverwendest
yousolltest
workarbeit
createerstellten
wantdu
tobevor
withmit
somethingdie
aneu
everyjeden
creatingwerden
onan
becauseda

EN Workflow Process Analytics — Define due dates for a workflow process and for specific tasks within the workflow process. See the status of all open instances within the workflow process in real time.

DE Workflow Prozessanalyse — Definieren Sie Fälligkeiten für einen Workflow-Prozess und für bestimmte Aufgaben innerhalb des Workflow-Prozesses. Sehen Sie den Status aller offenen Instanzen innerhalb des Workflow-Prozesses in Echtzeit.

EN A workflow that tests a branch before allowing it to be merged into the main branch is an example

DE Ein Workflow, bei dem ein Branch getestet wird, bevor ein Merge in den main-Branch möglich ist, wäre ein Beispiel hierfür

inglêsalemão
workflowworkflow
testsgetestet
branchbranch
examplebeispiel
bewäre
tobevor
intoin
aein

EN Adding pull requests to the Gitflow Workflow gives developers a convenient place to talk about a release branch or a maintenance branch while they’re working on it.

DE Durch die Ergänzung des Git-flow-Workflows durch Pull-Requests wird den Entwicklern ein geeigneter Ort zur Diskussion über einen Release Branch oder Maintenance Branch bereitgestellt, während sie an ihm arbeiten.

inglêsalemão
pullgit
workflowworkflows
developersentwicklern
maintenancemaintenance
addingergänzung
placeort
releaserelease
branchbranch
oroder
requestsan
workingarbeiten

EN A workflow that tests a branch before allowing it to be merged into the main branch is an example

DE Ein Workflow, bei dem ein Branch getestet wird, bevor ein Merge in den main-Branch möglich ist, wäre ein Beispiel hierfür

inglêsalemão
workflowworkflow
testsgetestet
branchbranch
examplebeispiel
bewäre
tobevor
intoin
aein

EN Adding pull requests to the Gitflow Workflow gives developers a convenient place to talk about a release branch or a maintenance branch while they’re working on it.

DE Durch die Ergänzung des Git-flow-Workflows durch Pull-Requests wird den Entwicklern ein geeigneter Ort zur Diskussion über einen Release Branch oder Maintenance Branch bereitgestellt, während sie an ihm arbeiten.

inglêsalemão
pullgit
workflowworkflows
developersentwicklern
maintenancemaintenance
addingergänzung
placeort
releaserelease
branchbranch
oroder
requestsan
workingarbeiten

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

DE Nimm deine Änderungen lokal vor und füge sie dem Branch hinzu, committe und pushe sie: git add. git commit -m "adding a change from the feature branch" git push origin

inglêsalemão
locallylokal
branchbranch
featurefeature
originorigin
commitcommit
pushpush
gitgit
changesÄnderungen
aa
changechange
andund
thedem

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

DE Nimm deine Änderungen lokal vor und füge sie dem Branch hinzu, committe und pushe sie: git add. git commit -m "adding a change from the feature branch" git push origin

inglêsalemão
locallylokal
branchbranch
featurefeature
originorigin
commitcommit
pushpush
gitgit
changesÄnderungen
aa
changechange
andund
thedem

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

DE Nimm deine Änderungen lokal vor und füge sie dem Branch hinzu, committe und pushe sie: git add. git commit -m "adding a change from the feature branch" git push origin

inglêsalemão
locallylokal
branchbranch
featurefeature
originorigin
commitcommit
pushpush
gitgit
changesÄnderungen
aa
changechange
andund
thedem

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.

DE Das Erstellen von release Branches ist ebenfalls ein unkomplizierter Branching-Vorgang. Wie die feature Branches basieren release branches auf dem develop Branch. Ein neuer release Branch kann mit den folgenden Methoden erstellt werden.

inglêsalemão
straightforwardunkomplizierter
operationvorgang
featurefeature
branchbranch
newneuer
methodsmethoden
branchesbranches
developdevelop
afolgenden
createderstellt
cankann
arebasieren
basedmit
releaserelease
theden
onauf

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

DE Im Folgenden siehst du ein vollständiges Beispiel für einen Feature-Branch-Workflow. Nehmen wir an, wir haben ein Repository mit einem main-Branch eingerichtet.

inglêsalemão
examplebeispiel
featurefeature
branchbranch
reporepository
setupeingerichtet
afolgenden
wewir
withmit
havehaben

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

DE Nimm deine Änderungen lokal vor und füge sie dem Branch hinzu, committe und pushe sie: git add. git commit -m "adding a change from the feature branch" git push origin

inglêsalemão
locallylokal
branchbranch
featurefeature
originorigin
commitcommit
pushpush
gitgit
changesÄnderungen
aa
changechange
andund
thedem

EN This checks out a branch called new-feature based on main, and the -b flag tells Git to create the branch if it doesn’t already exist.

DE Dadurch wird ein Branch namens "new-feature" auf Basis des main-Branches ausgecheckt und das Flag -b weist Git an, den Branch zu erstellen, sofern es ihn noch nicht gibt.

inglêsalemão
branchbranch
callednamens
gitgit
flagflag
basedbasis
ites
tozu
aein
andund
createerstellen
ifsofern

Mostrando 50 de 50 traduções