Traduzir "local branch" para alemão

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

Tradução de inglês para alemão de local branch

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ês alemão
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.

inglês alemão
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.

inglês alemão
developer entwickler
feature feature
branch branch
source quell
destination ziel
as als
and und
the den

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ês alemão
local lokale
copy kopie
branch branch
remote remote
may möglicherweise
in in

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ês alemão
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

inglês alemão
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.

inglês alemão
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

inglês alemão
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

inglês alemão
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.

inglês alemão
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.

inglês alemão
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

inglês alemão
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

inglês alemão
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.

inglês alemão
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

inglês alemão
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

inglês alemão
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

inglês alemão
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.

inglês alemão
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

inglês alemão
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

inglês alemão
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

inglês alemão
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.

inglês alemão
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

inglês alemão
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.

inglês alemão
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.

inglês alemão
branch branch
called namen
create erstellst
not nicht
this diesem
new neue

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ês alemão
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

inglês alemão
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 Local SEO: Local SEO is a branch of SEO that deals with search engine optimization especially for local businesses

DE Local SEO: Local SEO ist ein Zweig der SEO, der sich mit der Suchmaschinenoptimierung speziell für lokale Unternehmen befasst

inglês alemão
branch zweig
deals befasst
especially speziell
businesses unternehmen
local lokale
seo seo
search engine optimization suchmaschinenoptimierung
a ein
with mit
for für
is ist
of der

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

inglês alemão
git git
branch branch
local lokalen
origins origin
to zu
the den

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

inglês alemão
git git
branch branch
local lokalen
origins origin
to zu
the den

EN Go back to your local terminal window and send your committed changes to Bitbucket using git push origin main. This command specifies that you are pushing to the main branch (the branch on Bitbucket) on origin (the Bitbucket server).

DE Wechsle wieder in dein lokales Terminalfenster und sende mit git push origin main alle committeten Änderungen an Bitbucket. Dieser Befehl pusht die Änderungen in den Haupt-Branch (Bitbucket-Branch) auf "origin" (Bitbucket-Server).

inglês alemão
local lokales
bitbucket bitbucket
origin origin
command befehl
branch branch
server server
changes Änderungen
back wieder
git git
push push
main main
and und
the den
on auf

EN Now that your future plans are becoming a reality, you can merge your future-plans branch into the main branch on your local system.

DE Da du deine Zukunftspläne damit jetzt in die Realität umsetzt, kannst du den Branch future-plans mit dem Haupt-Branch auf deinem lokalen System zusammenführen.

inglês alemão
plans plans
merge zusammenführen
branch branch
main haupt
local lokalen
system system
reality realität
now jetzt
you du
you can kannst
a mit
the den
on auf
into in

EN Our business strategy is based on boosting the local economy. We support local service providers, local production, and employ local guides who do the same.

DE Unsere Geschäftsstrategie basiert auf der Förderung der lokalen Wirtschaft. Wir unterstützen lokale Dienstleister und die lokale Produktion und beschäftigen lokale Reiseleiter, die dasselbe tun.

inglês alemão
employ beschäftigen
business strategy geschäftsstrategie
production produktion
local lokale
service providers dienstleister
our unsere
support förderung
and und
do tun
economy wirtschaft

EN Compare local hairdressers Compare driving instructors Compare local trustees Compare local lawyers Compare local dentists

DE Coiffeure vergleichen Fahrschulen vergleichen Treuhänder vergleichen Anwälte vergleichen Zahnärzte vergleichen

inglês alemão
compare vergleichen
lawyers anwälte

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

inglês alemão
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

inglês alemão
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.

inglês alemão
merge merge
branch branch
your du

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.

inglês alemão
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

inglês alemão
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

inglês alemão
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.

inglês alemão
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

inglês alemão
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.

inglês alemão
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.

inglês alemão
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

inglês alemão
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

inglês alemão
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.

inglês alemão
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

inglês alemão
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.

inglês alemão
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.

inglês alemão
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

Mostrando 50 de 50 traduções