Traduzir "ziel branch" para inglês

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

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

alemão
inglês

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.

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.

alemãoinglês
angebenspecify
branchbranch
klonenclone
remoteremote
headhead
normalerweiseusually
istis
einena
tagtag
kannstcan
stattinstead
duyou
derof
aufto
bestimmtenspecific
auchsame

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

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

alemãoinglês
entwicklerdeveloper
featurefeature
branchbranch
quellsource
zieldestination
alsas
undand
denthe

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

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

alemãoinglês
entwicklerdeveloper
featurefeature
branchbranch
quellsource
zieldestination
alsas
undand
denthe

DE Dieser Branch wird den kompletten Versionsverlauf des Projekts enthalten, während der main-Branch eine verkürzte Version enthält. Andere Entwickler sollten das zentrale Repository nun klonen und einen Tracking-Branch für den develop-Branch erstellen.

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.

alemãoinglês
branchbranch
entwicklerdevelopers
repositoryrepository
klonenclone
trackingtracking
zentralecentral
nunnow
enthaltencontain
projektsthe project
währendwhereas
versionversion
solltenshould
fürfor
andereother
erstellencreate
undand

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

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

alemãoinglês
standardmäßigedefault
aktivenactive
branchbranch
entwicklungsdevelopment
repositoryrepository
hauptmain
erstelltcreated
gitgit
erstellstcreate
duyou
eina
wirdthe

DE Generell werden Features in den develop-Branch gemergt, während Release- und Hotfix-Branches in den develop-Branch und in den main-Branch gemergt werden. Alle diese Merge-Vorgänge lassen sich mithilfe von Pull-Requests formell verwalten.

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.

alemãoinglês
generellgenerally
featuresfeatures
verwaltenmanage
branchbranch
requestsrequests
releaserelease
undand
alleall
denthe
vonof

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.

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.

alemãoinglês
marymary
beginntstarts
neuennew
branchbranch
codecode
featurefeature
verwendenuse
quellsource
requestsrequest
erstellencreate
alsas
bevorto
vonof
zunächsta
wirdthe
fürfor

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.

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

alemãoinglês
standardmäßigedefault
branchbranch
namensnamed
aktivenactive
entwicklungsdevelopment
repositoryrepository
erstelltcreated
gitgit
erstellstcreate
duyou
eina
wirdthe

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

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

alemãoinglês
erstellecreate
branchbranch
befehlcommand
gitgit

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

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

alemãoinglês
branchesbranches
repositoryrepository
erstelltecreated
branchbranch
gitgit
standarddefault
mastermaster
angezeigtsee
neunew
undand
listelist
fürfor
diesesthis

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.

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

alemãoinglês
standardmäßigedefault
branchbranch
namensnamed
aktivenactive
entwicklungsdevelopment
repositoryrepository
erstelltcreated
gitgit
erstellstcreate
duyou
eina
wirdthe

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

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

alemãoinglês
erstellecreate
branchbranch
befehlcommand
gitgit

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

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

alemãoinglês
branchesbranches
repositoryrepository
erstelltecreated
branchbranch
gitgit
standarddefault
mastermaster
angezeigtsee
neunew
undand
listelist
fürfor
diesesthis

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

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

alemãoinglês
offiziellenofficial
dientserves
featuresfeatures
branchbranch
releaserelease
verlaufhistory
integrationsintegration
alsas
fürfor
undand
denthe

DE Ähnlich wie beim Abschluss eines release-Branch wird ein hotfix-Branch sowohl in den main- als auch in den develop-Branch gemergt.

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

alemãoinglês
abschlussfinishing
releaserelease
branchbranch
wirdgets

DE Ist der release-Branch abgeschlossen, wird er in den develop-Branch und den main-Branch gemergt.

EN When the release branch is done it is merged into develop and main

alemãoinglês
releaserelease
branchbranch
ininto
undand

DE Taucht ein Problem im main-Branch auf, wird ein hotfix-Branch auf Basis des main-Branch erstellt.

EN If an issue in main is detected a hotfix branch is created from main

alemãoinglês
problemissue
branchbranch
erstelltcreated
eina
wirdis
aufin

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

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

alemãoinglês
standardmäßigedefault
aktivenactive
branchbranch
entwicklungsdevelopment
repositoryrepository
hauptmain
erstelltcreated
gitgit
erstellstcreate
duyou
eina
wirdthe

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

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

alemãoinglês
erstellecreate
branchbranch
befehlcommand
gitgit

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

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

alemãoinglês
branchesbranches
repositoryrepository
erstelltecreated
branchbranch
gitgit
standarddefault
hauptmain
angezeigtsee
neunew
undand
listelist
fürfor
diesesthis

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

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

alemãoinglês
branchbranch
stattfindentake place
featurefeature
workflowworkflow
entwicklungdevelopment
inin
sollteshould
diededicated
istis
dassthat
hinterbehind
demthe

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

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

alemãoinglês
standardmäßigedefault
aktivenactive
branchbranch
entwicklungsdevelopment
repositoryrepository
hauptmain
erstelltcreated
gitgit
erstellstcreate
duyou
eina
wirdthe

DE Generell werden Features in den develop-Branch gemergt, während Release- und Hotfix-Branches in den develop-Branch und in den main-Branch gemergt werden. Alle diese Merge-Vorgänge lassen sich mithilfe von Pull-Requests formell verwalten.

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.

alemãoinglês
generellgenerally
featuresfeatures
verwaltenmanage
branchbranch
requestsrequests
releaserelease
undand
alleall
denthe
vonof

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.

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.

alemãoinglês
marymary
beginntstarts
neuennew
branchbranch
codecode
featurefeature
verwendenuse
quellsource
requestsrequest
erstellencreate
alsas
bevorto
vonof
zunächsta
wirdthe
fürfor

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.

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.

alemãoinglês
issueissue
separatenseparate
branchbranch
lokallocally
Änderungenchanges
featurefeature
oderor
arbeitestwork
ihnit
fürfor
einena
hastany
duyou
damitso
aufon
diesemthat

DE Dann mergst du den Feature-Branch in den main-Branch und pushst den aktualisierten main-Branch zurück zum zentralen Repository.

EN Then, you merge the feature branch into main and push the updated main back to the central repository.

alemãoinglês
aktualisiertenupdated
repositoryrepository
featurefeature
branchbranch
zentralencentral
undand
duyou
dannthen
denthe
zurückback

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.

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

alemãoinglês
branchbranch
namencalled
erstellstcreate
diesemthis
nichtnot
neuenew

DE Branch with new file (Branch mit neuer Datei): Ändere diese Option, wenn du eine Datei zu einem anderen Branch hinzufügen möchtest

EN Branch with new file: Change if you want to add file to a different branch

alemãoinglês
branchbranch
möchtestyou want
mitwith
dateifile
hinzufügenadd
zuto
newnew
duyou
optiona

DE Wenn der Entwickler das Feature in die Haupt-Codebasis mergen will, ist das offizielle Projekt das Ziel-Repository und der main-Branch der Ziel-Branch.

EN If the developer is trying to merge the feature into the main codebase, then the destination repository is the official project and the destination branch is main.

alemãoinglês
entwicklerdeveloper
featurefeature
mergenmerge
offizielleofficial
projektproject
hauptmain
codebasiscodebase
zieldestination
repositoryrepository
branchbranch
istis
undand
derthe

DE Wenn der Entwickler das Feature in die Haupt-Codebasis mergen will, ist das offizielle Projekt das Ziel-Repository und der main-Branch der Ziel-Branch.

EN If the developer is trying to merge the feature into the main codebase, then the destination repository is the official project and the destination branch is main.

alemãoinglês
entwicklerdeveloper
featurefeature
mergenmerge
offizielleofficial
projektproject
hauptmain
codebasiscodebase
zieldestination
repositoryrepository
branchbranch
istis
undand
derthe

DE Als Quell- und Ziel-Branch würde in diesem Fall derselbe Feature Branch dienen.

EN They would then use the same feature branch for the source and destination branches.

alemãoinglês
derselbethe same
branchbranch
zieldestination
featurefeature
quellsource
fallthe
undand
würdewould

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

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

alemãoinglês
vollständigfully
änderungenchanges
branchbranch
ininto
codecode
nunnow
denthe

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

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

alemãoinglês
vollständigfully
änderungenchanges
branchbranch
ininto
codecode
nunnow
denthe

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

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

alemãoinglês
vollständigfully
änderungenchanges
branchbranch
ininto
codecode
nunnow
denthe

DE Als Quell- und Ziel-Branch würde in diesem Fall derselbe Feature Branch dienen.

EN They would then use the same feature branch for the source and destination branches.

alemãoinglês
derselbethe same
branchbranch
zieldestination
featurefeature
quellsource
fallthe
undand
würdewould

DE Dadurch werden die Verläufe miteinander kombiniert und alle Commits aus dem Ziel-Branch sind auch über den aktuellen Branch zugänglich.

EN This effectively combines the histories, since all of the commits reachable from the target branch are now available through the current one.

alemãoinglês
kombiniertcombines
commitscommits
branchbranch
zugänglichavailable
aktuellencurrent
alleall
dietarget
ausfrom
sindare
denthe
undsince

DE Ein Repository erstellen Branch klonen und Änderungen an einem neuen Branch vornehmen Wenn du die Befehlszeile verwendest Wenn du Sourcetree verwendest Eine Pull-Anfrage erstellen, um deine Änderungen zu mergen

EN Create a repository Clone and make a change on a new branch If you're using command line If you're using Sourcetree Create a pull request to merge your change

alemãoinglês
repositoryrepository
branchbranch
klonenclone
neuennew
befehlszeilecommand line
sourcetreesourcetree
mergenmerge
verwendestusing
zuto
anfragerequest
eina
erstellencreate
deineyour
undand

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.

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

alemãoinglês
ergänzungadding
entwicklerndevelopers
maintenancemaintenance
gitpull
workflowsworkflow
ortplace
releaserelease
branchbranch
oderor
anrequests
arbeitenworking

DE Klicke im Repository in der allgemeinen Seitenleiste auf + und wähle unter "Get to work" (An die Arbeit) "Create a branch" (Branch erstellen).

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

alemãoinglês
repositoryrepository
seitenleistesidebar
branchbranch
imin the
getget
toto
aa
inin
klickeclick
wähleselect
arbeitwork
derthe
erstellencreate
undand

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

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

alemãoinglês
lokallocally
branchbranch
featurefeature
originorigin
Änderungenchanges
gitgit
commitcommit
aa
changechange
pushpush
undand
demthe
vorto

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

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

alemãoinglês
branchbranch
automatischautomatically
möchtestyou want
schließenthe
wähleselect
anfragerequest
istis
duyou

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

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

alemãoinglês
codecode
überprüftreviewed
genehmigtapproved
branchbranch
hauptmain
mergemerge
inin
schaltflächebutton
klickeclick
zuto
undand
anfragerequest
denthe

DE Klicke im Repository in der allgemeinen Seitenleiste auf + und wähle unter "Get to work" (An die Arbeit) "Create a branch" (Branch erstellen).

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

alemãoinglês
repositoryrepository
seitenleistesidebar
branchbranch
imin the
getget
toto
aa
inin
klickeclick
wähleselect
arbeitwork
derthe
erstellencreate
undand

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

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

alemãoinglês
lokallocally
branchbranch
featurefeature
originorigin
Änderungenchanges
gitgit
commitcommit
aa
changechange
pushpush
undand
demthe
vorto

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

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

alemãoinglês
branchbranch
automatischautomatically
möchtestyou want
schließenthe
wähleselect
anfragerequest
istis
duyou

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

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

alemãoinglês
codecode
überprüftreviewed
genehmigtapproved
branchbranch
hauptmain
mergemerge
inin
schaltflächebutton
klickeclick
zuto
undand
anfragerequest
denthe

DE Ein Repository erstellen Branch klonen und Änderungen an einem neuen Branch vornehmen Wenn du die Befehlszeile verwendest Wenn du Sourcetree verwendest Eine Pull-Anfrage erstellen, um deine Änderungen zu mergen

EN Create a repository Clone and make a change on a new branch If you're using command line If you're using Sourcetree Create a pull request to merge your change

alemãoinglês
repositoryrepository
branchbranch
klonenclone
neuennew
befehlszeilecommand line
sourcetreesourcetree
mergenmerge
verwendestusing
zuto
anfragerequest
eina
erstellencreate
deineyour
undand

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

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

alemãoinglês
modellmodel
entwicklerdevelopers
mergemerging
featurefeature
branchbranch
hauptmain
diesemthis
istis
erstellencreate
denthe
undand
vollständigto

DE Der erste Schritt ist, den obligatorischen main- mit einem develop-Branch zu ergänzen. Entwickler können das ganz einfach tun, indem sie einen leeren develop-Branch lokal erstellen und ihn zum Server pushen:

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:

alemãoinglês
ergänzencomplement
entwicklerdeveloper
lokallocally
pushenpush
branchbranch
schrittstep
serverserver
mitwith
zuto
ihnit
istis
erstethe first
denthe
tundo
leerenempty
erstellencreate
undand

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.

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.

alemãoinglês
beachtenote
featurefeature
branchesbranches
branchbranch
workflowworkflow
dassthat
mitcombined

Mostrando 50 de 50 traduções