Tradueix "feature branch workflow" a Alemany

Es mostren 50 de 50 traduccions de la frase "feature branch workflow" de Anglès a Alemany

Traducció de Anglès a Alemany de feature branch workflow

Anglès
Alemany

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.

Anglès Alemany
specify angeben
branch branch
clone klonen
remote remote
head head
usually normalerweise
a einen
is ist
tag tag
instead statt
can kannst
you du
to auf
of der
specific bestimmten

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

Anglès Alemany
feature feature
branch branch
workflow workflow
development entwicklung
take place stattfinden
in in
should sollte
is ist
dedicated die
that dass
behind hinter
the dem

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

Anglès Alemany
feature feature
branch branch
workflow workflow
development entwicklung
take place stattfinden
in in
should sollte
is ist
dedicated die
that dass
behind hinter
the dem

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

Anglès Alemany
feature feature
branch branch
workflow workflow
development entwicklung
take place stattfinden
in in
should sollte
is ist
dedicated die
that dass
behind hinter
the dem

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.

Anglès Alemany
note beachte
feature feature
branch branch
workflow workflow
branches branches
that dass
combined mit

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.

Anglès Alemany
developer entwickler
feature feature
branch branch
source quell
destination ziel
as als
and und
the den

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.

Anglès Alemany
developer entwickler
feature feature
branch branch
source quell
destination ziel
as als
and und
the den

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.

Anglès Alemany
info informationen
git git
extended erweiterten
pages seiten
feature feature
branch branch
workflows workflows
workflow workflow
for weitere
and und
the den
on auf
our unseren

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

Anglès Alemany
pull git
requests requests
conjunction verbindung
feature feature
branch branch
workflow workflow
used eingesetzt
or oder
in in
can können
with mit
the dem
be werden

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

Anglès Alemany
pull git
requests requests
conjunction verbindung
feature feature
branch branch
workflow workflow
used eingesetzt
or oder
in in
can können
with mit
the dem
be werden

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.

Anglès Alemany
starts beginnt
new neuen
branch branch
mary mary
code code
feature feature
use verwenden
request requests
create erstellen
as als
to bevor
a zunächst
of von
the wird

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.

Anglès Alemany
starts beginnt
new neuen
branch branch
mary mary
code code
feature feature
use verwenden
request requests
create erstellen
as als
to bevor
a zunächst
of von
the wird

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.

Anglès Alemany
separate separaten
branch branch
locally lokal
issue issue
changes Änderungen
feature feature
or oder
work arbeitest
it ihn
for für
a einen
that diesem
so damit
you du
on auf

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

Anglès Alemany
model modell
developers entwickler
feature feature
branch branch
merging merge
main haupt
this diesem
create erstellen
and und
the den
a einen

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

Anglès Alemany
centralized zentralisierten
workflow workflow
wants möchte
streamline optimieren
collaboration zusammenarbeit
benefits vorteile
feature feature
branch branch
team team
is ist
with mit
the fall
definitely auf
its und

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.

Anglès Alemany
git git
workflow workflow
check blick
comprehensive umfassende
feature feature
branch branch
to weiteren
our unsere

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

Anglès Alemany
workflow workflow
feature feature
branch branch
defines definiert
model modell
release release
designed konzipiert
the project projekts
is ist
similar ähnlich
but aber
the den

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

Anglès Alemany
centralized zentralisierten
workflow workflow
wants möchte
streamline optimieren
collaboration zusammenarbeit
benefits vorteile
feature feature
branch branch
team team
is ist
with mit
the fall
definitely auf
its und

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.

Anglès Alemany
git git
workflow workflow
check blick
comprehensive umfassende
feature feature
branch branch
to weiteren
our unsere

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

Anglès Alemany
workflow workflow
feature feature
branch branch
defines definiert
model modell
release release
designed konzipiert
the project projekts
is ist
similar ähnlich
but aber
the den

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.

Anglès Alemany
time-lapse zeitraffer
buds knospen
black schwarzem
time zeit
flowers blumen
background hintergrund
and und
with mit
spring frühling
on auf

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.

Anglès Alemany
default standardmäßige
development entwicklungs
branch branch
repository repository
main haupt
active aktiven
git git
created erstellt
create erstellst
you du
a ein
the wird

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

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

Anglès Alemany
create erstelle
branch branch
git git
command befehl

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

Anglès Alemany
repository repository
default standard
branch branch
main haupt
created erstellte
git git
branches branches
see angezeigt
new neu
and und
list liste
for für
this dieses

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.

Anglès Alemany
default standardmäßige
development entwicklungs
branch branch
repository repository
named namens
active aktiven
git git
created erstellt
create erstellst
you du
a ein
the wird

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

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

Anglès Alemany
create erstelle
branch branch
git git
command befehl

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

Anglès Alemany
repository repository
default standard
branch branch
master master
created erstellte
git git
branches branches
see angezeigt
new neu
and und
list liste
for für
this dieses

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.

Anglès Alemany
default standardmäßige
development entwicklungs
branch branch
repository repository
named namens
active aktiven
git git
created erstellt
create erstellst
you du
a ein
the wird

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

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

Anglès Alemany
create erstelle
branch branch
git git
command befehl

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

Anglès Alemany
repository repository
default standard
branch branch
master master
created erstellte
git git
branches branches
see angezeigt
new neu
and und
list liste
for für
this dieses

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

Anglès Alemany
branch branch
official offiziellen
release release
history verlauf
serves dient
integration integrations
features features
and und
as als
for für
the den

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.

Anglès Alemany
default standardmäßige
development entwicklungs
branch branch
repository repository
main haupt
active aktiven
git git
created erstellt
create erstellst
you du
a ein
the wird

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

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

Anglès Alemany
create erstelle
branch branch
git git
command befehl

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

Anglès Alemany
repository repository
default standard
branch branch
main haupt
created erstellte
git git
branches branches
see angezeigt
new neu
and und
list liste
for für
this dieses

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.

Anglès Alemany
branch branch
called namen
create erstellst
not nicht
this diesem
new neue

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:

Anglès Alemany
local lokale
copy kopie
branch branch
remote remote
may möglicherweise
in in

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.

Anglès Alemany
repository repository
history verlauf
unchanged unverändert
branch branch
you want möchtest
new neuen
current aktuellen
remains bleibt
you du
a zunächst
working arbeiten
to wenn
have musst
the wird
on in

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

Anglès Alemany
branch branch
git git
checkout checkout
new neuem
it ihn
use verwendest
you solltest
work arbeit
create erstellten
want du
to bevor
with mit
something die
a neu
every jeden
creating werden
on an
because da

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

Anglès Alemany
workflow workflow
tests getestet
branch branch
example beispiel
be wäre
to bevor
into in
a ein

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.

Anglès Alemany
pull git
workflow workflows
developers entwicklern
maintenance maintenance
adding ergänzung
place ort
release release
branch branch
or oder
requests an
working arbeiten

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

Anglès Alemany
workflow workflow
tests getestet
branch branch
example beispiel
be wäre
to bevor
into in
a ein

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.

Anglès Alemany
pull git
workflow workflows
developers entwicklern
maintenance maintenance
adding ergänzung
place ort
release release
branch branch
or oder
requests an
working arbeiten

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

Anglès Alemany
locally lokal
branch branch
feature feature
origin origin
commit commit
push push
git git
changes Änderungen
a a
change change
and und
the dem

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

Anglès Alemany
locally lokal
branch branch
feature feature
origin origin
commit commit
push push
git git
changes Änderungen
a a
change change
and und
the dem

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

Anglès Alemany
locally lokal
branch branch
feature feature
origin origin
commit commit
push push
git git
changes Änderungen
a a
change change
and und
the dem

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.

Anglès Alemany
straightforward unkomplizierter
operation vorgang
feature feature
branch branch
new neuer
methods methoden
branches branches
develop develop
a folgenden
created erstellt
can kann
are basieren
based mit
release release
the den
on auf

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.

Anglès Alemany
example beispiel
feature feature
branch branch
repo repository
setup eingerichtet
a folgenden
we wir
with mit
have haben

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

Anglès Alemany
locally lokal
branch branch
feature feature
origin origin
commit commit
push push
git git
changes Änderungen
a a
change change
and und
the dem

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.

Anglès Alemany
branch branch
called namens
git git
flag flag
based basis
it es
to zu
a ein
and und
create erstellen
if sofern

Es mostren 50 de 50 traduccions