Tulkot "branch" uz Vācu

Rāda 50 no 50 frāzes "branch" tulkojumiem no Angļu uz Vācu

Vārda {search} tulkojumi

{search} valodā Angļu var tikt tulkots šādos Vācu vārdos/frāzēs:

branch abteilung ast branch branche filiale niederlassung niederlassungen ort zweig zweigniederlassung

Tulkojums no Angļu uz Vācu no branch

Angļu
Vācu

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.

Angļu Vācu
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 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.

Angļu Vācu
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.

Angļu Vācu
developer entwickler
feature feature
branch branch
source quell
destination ziel
as als
and und
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.

Angļu Vācu
time-lapse zeitraffer
buds knospen
black schwarzem
time zeit
flowers blumen
background hintergrund
and und
with mit
spring frühling
on auf

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

Angļu Vācu
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 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.

Angļu Vācu
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

Angļu Vācu
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

Angļu Vācu
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 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.

Angļu Vācu
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 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.

Angļu Vācu
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

Angļu Vācu
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

Angļu Vācu
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.

Angļu Vācu
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

Angļu Vācu
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

Angļu Vācu
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

Angļu Vācu
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.

Angļu Vācu
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

Angļu Vācu
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

Angļu Vācu
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 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

Angļu Vācu
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 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.

Angļu Vācu
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 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

Angļu Vācu
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 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.

Angļu Vācu
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 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.

Angļu Vācu
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:

Angļu Vācu
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.

Angļu Vācu
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

Angļu Vācu
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 coffee plant with ripe beans. coffee beans ripening on the branch, plantation in Vietnam, Asia. group of ripe and raw coffee berries on coffee tree branch

DE Kaffeepflanze mit reifen Bohnen. Kaffeebohnen, die auf dem Ast reifen, Plantage in Vietnam, Asien. Gruppe reifer und roher Kaffebeeren auf der Kaffeebaumabzweigung

Angļu Vācu
beans bohnen
branch ast
vietnam vietnam
asia asien
in in
group gruppe
and und
with mit

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

DE Dabei heißt der standardmäßige Entwicklungs-Branch nicht trunk, sondern main, in den sämtliche Änderungen committet werden

Angļu Vācu
default standardmäßige
development entwicklungs
branch branch
trunk trunk
main main
changes Änderungen
instead sondern
into in
are werden
called heißt
the den
and all sämtliche
of der

EN "Merge" your branch to the main branch

DE Du führst einen "Merge" deiner Änderungen in den Main-Branch durch.

Angļu Vācu
merge merge
branch branch
your du

EN The main argument tells Git to try to make the origin’s main branch look like his local main branch

DE Das main-Argument weist Git an, den main-Branch von origin so aussehen zu lassen wie seinen lokalen main-Branch

Angļu Vācu
git git
branch branch
local lokalen
origins origin
to zu
the den

EN The longer a branch lives separate from the production branch, the higher the risk for merge conflicts and deployment challenges. Short-lived branches promote cleaner merges and deploys.

DE Je länger ein Branch separat vom Produktions-Branch existiert, desto höher wird das Risiko, dass es zu Merge-Konflikten und Deployment-Problemen kommt. Kurzlebige Branches sorgen für sauberere Merges und Deployments.

Angļu Vācu
longer länger
branch branch
production produktions
risk risiko
merge merge
conflicts konflikten
separate separat
branches branches
and und
the desto
for für
higher höher
from vom
deployment deployment

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

Angļu Vācu
workflow workflow
tests getestet
branch branch
example beispiel
be wäre
to bevor
into in
a ein

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

Angļu Vācu
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 Close branch: Select if you want to automatically close the branch when the pull request is merged.

DE Branch schließen: Wähle diese Option, wenn du den Branch automatisch schließen möchtest, sobald die Pull-Anfrage gemergt ist.

Angļu Vācu
branch branch
automatically automatisch
you want möchtest
select wähle
request anfrage
the schließen
is ist
you du

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

DE Merge eine Pull-Anfrage Nachdem dein Code in einer Pull-Anfrage überprüft und genehmigt wurde, klicke auf die "Merge"-Schaltfläche, um deinen Branch in den Haupt-Branch zu mergen

Angļu Vācu
code code
approved genehmigt
branch branch
main haupt
reviewed überprüft
merge merge
in in
button schaltfläche
click klicke
and und
to zu
request anfrage
the den

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

DE Die Codeänderungen am Quell-Branch wurden nun vollständig in den Ziel-Branch übernommen.

Angļu Vācu
changes änderungen
branch branch
fully vollständig
code code
into in
now nun
the den

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.

Angļu Vācu
pull git
workflow workflows
developers entwicklern
maintenance maintenance
adding ergänzung
place ort
release release
branch branch
or oder
requests an
working arbeiten

EN The Baton Rouge Room is in the Main Branch of the East Baton Rouge Parish Library and has existed since the dedication of the River Center Branch in 1980

DE Der Baton Rouge Room befindet sich in der Hauptstelle der East Baton Rouge Parish Library und existiert seit der Einweihung der River Center-Filiale im Jahr 1980

Angļu Vācu
room room
branch filiale
library library
river river
center center
in the im
in in
is existiert
of seit
and und

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

Angļu Vācu
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 Close branch: Select if you want to automatically close the branch when the pull request is merged.

DE Branch schließen: Wähle diese Option, wenn du den Branch automatisch schließen möchtest, sobald die Pull-Anfrage gemergt ist.

Angļu Vācu
branch branch
automatically automatisch
you want möchtest
select wähle
request anfrage
the schließen
is ist
you du

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

DE Merge eine Pull-Anfrage Nachdem dein Code in einer Pull-Anfrage überprüft und genehmigt wurde, klicke auf die "Merge"-Schaltfläche, um deinen Branch in den Haupt-Branch zu mergen

Angļu Vācu
code code
approved genehmigt
branch branch
main haupt
reviewed überprüft
merge merge
in in
button schaltfläche
click klicke
and und
to zu
request anfrage
the den

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

DE Die Codeänderungen am Quell-Branch wurden nun vollständig in den Ziel-Branch übernommen.

Angļu Vācu
changes änderungen
branch branch
fully vollständig
code code
into in
now nun
the den

EN Each branch becomes part of your fulfilment network. This means you avoid losing sales just because your shipping warehouse is empty - but goods and products would be available in a branch.

DE Jede Filiale wird Teil Ihres Fulfillment-Netzwerkes. Dadurch vermeiden Sie Umsatzverluste, nur weil ihr Versandlager gerade leer ist ? Waren und Produkte aber in einer Filiale verfügbar wären.

Angļu Vācu
branch filiale
avoid vermeiden
empty leer
in in
your ihr
and und
products produkte
available verfügbar
you sie
but aber
just nur
because weil

EN Branch Advancement To grant new skills to your character and open higher-tier abilities, spend Soul Points on your trees? ?branch? abilities.

DE Der Seelenbaum ? Äste Verteile Seelenpunkte auf die Fähigkeiten in den Ästen deines Baumes, um deinem Charakter neue Fertigkeiten zu gewähren und höherrangige Fähigkeiten freizuschalten.

Angļu Vācu
grant gewähren
new neue
character charakter
your deines
skills fähigkeiten
to zu
and und
on auf

EN Sunbolts 1-to-2, 1-to-3, 2-to-3 and 3-to-3 DC Branch Cable series consisted of assembled, hermetically-sealed branch connection with choices of pre-assembled connectors terminating each PV cable ends

DE Sunbolts 1-auf-2, 1-auf-3, 2-auf-3 und 3-auf-3 DC-Abzweigkabelserien bestehen aus einer montierten, hermetisch abgedichteten Abzweigverbindung mit einer Auswahl an vorkonfektionierten Steckverbindern, die jedes PV-Kabelende abschließen

Angļu Vācu
choices auswahl
to an
with mit
connectors und

EN Our low-resistant, IP68 branch cables take the labor out of stripping and crimping associated with making branch connections, reducing your labor cost and improving your worksmanship

DE Unsere niederohmigen IP68-Abzweigkabel nehmen Ihnen die Arbeit beim Abisolieren und Crimpen ab, die mit der Herstellung von Abzweigverbindungen verbunden ist, verringern Ihre Arbeitskosten und verbessern Ihre Arbeitsqualität

Angļu Vācu
labor arbeit
associated verbunden
reducing verringern
improving verbessern
our unsere
your ihre
with mit
and und

EN The destination branch is notified accordingly and employees in the branch pack the goods and prepare them for dispatch

DE Die Zielfiliale wird entsprechend benachrichtigt und Mitarbeiter in der Filiale verpacken die Ware und machen sie versandfertig

Angļu Vācu
branch filiale
notified benachrichtigt
employees mitarbeiter
in in
pack verpacken
accordingly entsprechend
and und
the wird

EN FIFA split its administration in two: one branch is focused on the institution – including the newly created compliance function – and the other branch is focused on football – including a dedicated Women’s Football Division.

DE Die FIFA-Administration wurde in ein administratives Ressort, einschließlich der neu geschaffenen Compliance-Stelle, und ein Fussballressort samt eigener Frauenfussballdivision unterteilt.

Angļu Vācu
including einschließlich
split unterteilt
created geschaffenen
in in
the der

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

Angļu Vācu
locally lokal
branch branch
feature feature
origin origin
commit commit
push push
git git
changes Änderungen
a a
change change
and und
the dem

Rāda 50 no 50 tulkojumiem