Terjemahkan "deinem lokalen repository" ke bahasa Inggris

Menampilkan 50 dari 50 terjemahan frasa "deinem lokalen repository" dari Jerman ke bahasa Inggris

Terjemahan Jerman ke bahasa Inggris dari deinem lokalen repository

Jerman
bahasa Inggris

DE Wähle als Repository type (Repository-Typ) die Option Git aus. Denke daran: Der Repository-Typ lässt sich nicht mehr ändern, sobald du auf Create repository (Repository erstellen) geklickt hast.

EN Pick Git for the Repository type. Keep in mind that you can't change the repository type after you click Create repository.

Jerman bahasa Inggris
repository repository
git git
ändern change
erstellen create
typ type
du you
wähle click
der the

DE Mit git pull wird die Datei aus deinem Remote-Repository (Bitbucket) über einen einzigen Befehl mit deinem lokalen Repository zusammengeführt.

EN The git pull command merges the file from your remote repository (Bitbucket) into your local repository with a single command.

Jerman bahasa Inggris
datei file
bitbucket bitbucket
befehl command
lokalen local
repository repository
git git
pull pull
remote remote
mit with
wird the
aus from

DE In deinem lokalen Laufwerk wird ein neues Unterverzeichnis mit demselben Namen wie das geklonte Repository angezeigt. Wenn du ein leeres Repository geklont hast, ist auch dieses lokale Verzeichnis noch leer.

EN A new sub-directory appears on your local drive with the same name as the repository you cloned. If you cloned an empty repository there might not be anything in that local directory yet. 

Jerman bahasa Inggris
laufwerk drive
neues new
angezeigt appears
geklont cloned
repository repository
verzeichnis directory
in in
namen name
mit with
demselben the same
wenn if
lokale local
du you
hast your
ein a

DE In deinem lokalen Laufwerk wird ein neues Unterverzeichnis mit demselben Namen wie das geklonte Repository angezeigt. Wenn du ein leeres Repository geklont hast, ist auch dieses lokale Verzeichnis noch leer.

EN A new sub-directory appears on your local drive with the same name as the repository you cloned. If you cloned an empty repository there might not be anything in that local directory yet. 

Jerman bahasa Inggris
laufwerk drive
neues new
angezeigt appears
geklont cloned
repository repository
verzeichnis directory
in in
namen name
mit with
demselben the same
wenn if
lokale local
du you
hast your
ein a

DE In deinem lokalen Laufwerk wird ein neues Unterverzeichnis mit demselben Namen wie das geklonte Repository angezeigt. Wenn du ein leeres Repository geklont hast, ist auch dieses lokale Verzeichnis noch leer.

EN A new sub-directory appears on your local drive with the same name as the repository you cloned. If you cloned an empty repository there might not be anything in that local directory yet. 

Jerman bahasa Inggris
laufwerk drive
neues new
angezeigt appears
geklont cloned
repository repository
verzeichnis directory
in in
namen name
mit with
demselben the same
wenn if
lokale local
du you
hast your
ein a

DE Der Hosting-Service stellt anschließend eine Adresse für dieses zentrale Repository bereit, über die du von deinem lokalen Repository aus darauf zugreifen kannst.

EN The hosting service will then provide an address for the central repository to access from your local repository.

Jerman bahasa Inggris
zentrale central
repository repository
lokalen local
hosting hosting
service service
adresse address
stellt the
darauf to
für for
aus from
zugreifen to access
kannst will

DE Das Schaubild unten verdeutlicht den Prozess. Du siehst, was geschieht, wenn in deinem lokalen Repository Änderungen vorhanden sind, die im zentralen Repository fehlen, und du diese Änderungen in Bitbucket pushst.

EN This diagram shows what happens when your local repository has changes that the central repository does not have and you push those changes to Bitbucket.

Jerman bahasa Inggris
geschieht happens
lokalen local
repository repository
Änderungen changes
zentralen central
bitbucket bitbucket
siehst what
fehlen not
und and
du you

DE Zeige den Docker Hub-Build-Status und den Docker Pull Count in deinem Bitbucket-Repository an. Wenn die Docker Hub-Builds hinter deinem Repository-Branch liegen, werden sofort Warnungen angezeigt.

EN View Docker Hub build status and Docker pull count within your Bitbucket repository. See immediate warnings when Docker Hub builds are behind your repository branch.

Jerman bahasa Inggris
docker docker
pull pull
warnungen warnings
hub hub
status status
bitbucket bitbucket
repository repository
branch branch
wenn when
hinter behind
angezeigt see
zeige view
liegen are
und and

DE Da jeder Entwickler ein eigenes öffentliches Repository besitzt, ist im Pull-Request das Quell-Repository nicht identisch mit dem Ziel-Repository

EN Since each developer has their own public repository, the pull request’s source repository will differ from its destination repository

Jerman bahasa Inggris
entwickler developer
öffentliches public
repository repository
request requests
quell source
ziel destination
da since
besitzt has
dem the

DE Das öffentliche Repository des Entwicklers ist das Quell-Repository und das Repository mit den Änderungsvorschlägen ist der Quell-Branch

EN The source repository is the developer’s public repository and the source branch is the one that contains the proposed changes

Jerman bahasa Inggris
öffentliche public
repository repository
quell source
branch branch
ist is
und and
den the

DE in der Registerkarte „Virtual Repository“ ein neues virtuelles Repository des Pakettyps „Docker“ hinzu. Geben Sie den Repository-Schlüssel „

EN page and add a new Virtual Repository with the Docker package type. Enter the Repository Key “

DE Zunächst muss jemand das zentrale Repository auf einem Server anlegen. Handelt es sich um ein neues Projekt, kannst ein leeres Repository anlegen. Andernfalls muss du ein vorhandenes Git- oder SVN-Repository importieren.

EN First, someone needs to create the central repository on a server. If it’s a new project, you can initialize an empty repository. Otherwise, youll need to import an existing Git or SVN repository.

Jerman bahasa Inggris
repository repository
server server
neues new
projekt project
leeres empty
git git
svn svn
zentrale central
importieren import
kannst you can
oder or
vorhandenes can
zunächst a
du you
jemand someone
einem the

DE Es ist Konvention, die Erweiterung .git an den Repository-Namen anzuhängen, um das Repository als Bare-Repository zu kennzeichnen.

EN Note that the .git extension is conventionally appended to the repository name to indicate that it’s a bare repository.

Jerman bahasa Inggris
erweiterung extension
git git
repository repository
ist is
zu to
namen name
den the
es its

DE Wird ein Repository geklont, fügt Git automatisch ein Kürzel mit dem Namen origin hinzu, das auf das Ursprungs-Repository verweist. So kannst du später mit diesem Repository interagieren.

EN When you clone a repository, Git automatically adds a shortcut called origin that points back to the “parent” repository, under the assumption that you'll want to interact with it further on down the road. 

Jerman bahasa Inggris
repository repository
git git
automatisch automatically
namen called
origin origin
fügt adds
du you
später when
interagieren interact
mit with
wird the
ein a

DE Da jeder Entwickler ein eigenes öffentliches Repository besitzt, ist im Pull-Request das Quell-Repository nicht identisch mit dem Ziel-Repository

EN Since each developer has their own public repository, the pull request’s source repository will differ from its destination repository

Jerman bahasa Inggris
entwickler developer
öffentliches public
repository repository
request requests
quell source
ziel destination
da since
besitzt has
dem the

DE Das öffentliche Repository des Entwicklers ist das Quell-Repository und das Repository mit den Änderungsvorschlägen ist der Quell-Branch

EN The source repository is the developer’s public repository and the source branch is the one that contains the proposed changes

Jerman bahasa Inggris
öffentliche public
repository repository
quell source
branch branch
ist is
und and
den the

DE Nur der Verantwortliche für ein Repository kann das Repository löschen. Gehört das Repository zu einem Team, kann es von einem Administrator gelöscht werden.

EN The repository owner is the only person who can delete the repository. If the repository belongs to a team, an admin can delete the repository.

Jerman bahasa Inggris
repository repository
löschen delete
gehört belongs
administrator admin
team team
kann can
zu to
nur only
ein a
der the

DE Klicke auf Create repository (Repository erstellen). Bitbucket erstellt nun dein Repository und führt es auf der Seite Overview (Übersicht) auf.

EN Click Create repository. Bitbucket creates your repository and displays its Overview page.

Jerman bahasa Inggris
klicke click
repository repository
bitbucket bitbucket
overview overview
seite page
auf your
erstellt creates
erstellen create
und and

DE Alle Änderungen, die du bis jetzt vorgenommen hast, sind auf deinem lokalen System gespeichert. Sie werden erst in deinem Bitbucket-Repository sichtbar, wenn du sie dorthin pushst.

EN Up until this point, everything you have done is on your local system and invisible to your Bitbucket repository until you push those changes.

Jerman bahasa Inggris
Änderungen changes
vorgenommen done
lokalen local
bitbucket bitbucket
repository repository
system system
die and
sie you
wenn to

DE Hierfür muss zuerst ein Remote-Repository konfiguriert und der lokalen Repository-Konfiguration hinzugefügt werden.

EN In order to operate on remote branches, a remote repo must first be configured and added to the local repo config.

Jerman bahasa Inggris
konfiguriert configured
hinzugefügt added
remote remote
repository repo
konfiguration config
lokalen local
und and
der the
zuerst a
werden to

DE Klicke auf Commits. Hier ist der Commit aufgelistet, den du auf deinem lokalen System durchgeführt hast. Wie du siehst, ist die Commit-ID identisch mit der Commit-ID auf deinem lokalen System.

EN Click Commits and you can see the commit you made on your local system. Notice that the change keeps the same commit id as it had on your local system.

Jerman bahasa Inggris
klicke click
commits commits
commit commit
lokalen local
system system
identisch same
du you
ist made
den the
siehst see

DE Rufe mit git status die Ergebnisse des Merge ab. Wie du siehst, ist dein lokales Repository deinem Remote-Repository jetzt um 1 Commit voraus. Die Ausgabe wird in etwa wie folgt aussehen:

EN Enter git status to see the results of your merge, which show that your local repository is one ahead of your remote repository. It will look something like this:

Jerman bahasa Inggris
status status
lokales local
repository repository
remote remote
git git
merge merge
siehst to see
ergebnisse results
ausgabe this
etwa to
folgt the

DE Du fügst eine Datei deinem lokalen Repository hinzu und führst einen "Commit" für die Änderungen durch (d. h., du speicherst sie).

EN Add a file to your local repo and "commit" (save) the changes

Jerman bahasa Inggris
lokalen local
repository repo
hinzu add
commit commit
Änderungen changes
datei file
und and

DE Nach der Erstellung bzw. dem Import benötigst du für die Zusammenarbeit an Codeänderungen in einem Bitbucket-Repository einen Klon des Repositorys auf deinem lokalen System. Lies mehr über den Befehl "git clone".

EN Once created (or imported), to collaborate on making code changes in a Bitbucket repository, you first need to clone the repository to your local system. Read more about Git cloning. 

Jerman bahasa Inggris
import imported
klon clone
lokalen local
system system
git git
code code
änderungen changes
bitbucket bitbucket
repository repository
zusammenarbeit collaborate
in in
du you
mehr more
bzw or
lies your
den the

DE Im CLI in deinem lokalen Repository-Verzeichnis

EN From the CLI, within your local repository directory

Jerman bahasa Inggris
lokalen local
deinem the
repository repository
verzeichnis directory
im within

DE Nach der Erstellung bzw. dem Import benötigst du für die Zusammenarbeit an Codeänderungen in einem Bitbucket-Repository einen Klon des Repositorys auf deinem lokalen System. Lies mehr über den Befehl "git clone".

EN Once created (or imported), to collaborate on making code changes in a Bitbucket repository, you first need to clone the repository to your local system. Read more about Git cloning. 

Jerman bahasa Inggris
import imported
klon clone
lokalen local
system system
git git
code code
änderungen changes
bitbucket bitbucket
repository repository
zusammenarbeit collaborate
in in
du you
mehr more
bzw or
lies your
den the

DE Im CLI in deinem lokalen Repository-Verzeichnis

EN From the CLI, within your local repository directory

Jerman bahasa Inggris
lokalen local
deinem the
repository repository
verzeichnis directory
im within

DE Im CLI in deinem lokalen Repository-Verzeichnis

EN From the CLI, within your local repository directory

Jerman bahasa Inggris
lokalen local
deinem the
repository repository
verzeichnis directory
im within

DE Du fügst eine Datei deinem lokalen Repository hinzu und führst einen "Commit" für die Änderungen durch (d. h., du speicherst sie).

EN Add a file to your local repo and "commit" (save) the changes

Jerman bahasa Inggris
lokalen local
repository repo
hinzu add
commit commit
Änderungen changes
datei file
und and

DE Du hast Zugriff auf alle Dateien in deinem lokalen Repository, unabhängig davon, ob du an einer oder mehreren Dateien arbeitest.

EN You have access to all files in your local repository, whether you are working on one file or multiple files.

Jerman bahasa Inggris
zugriff access
lokalen local
arbeitest working
repository repository
dateien files
in in
ob whether
oder or
mehreren multiple
alle all

DE Wenn du ein Repository klonst, erstellst du eine Verbindung zwischen dem Bitbucket-Server (den Git als "origin" kennt) und deinem lokalen System.

EN When you clone a repository, you create a connection between the Bitbucket server (which Git knows as origin) and your local system.

Jerman bahasa Inggris
repository repository
verbindung connection
git git
origin origin
kennt knows
lokalen local
bitbucket bitbucket
system system
server server
zwischen between
als as
wenn when
du you
ein a
den the
und and

DE Schritt 1: Klone dein Repository auf deinem lokalen System.

EN Step 1. Clone your repository to your local system

Jerman bahasa Inggris
repository repository
lokalen local
system system
schritt step
auf to

DE Jetzt da das Repository auf deinem lokalen System verfügbar ist, kann die richtige Arbeit beginnen

EN With the repository on your local system, it's time to get to work

Jerman bahasa Inggris
repository repository
lokalen local
system system
verfügbar get
arbeit work
jetzt its

DE Rufe den Status deines lokalen Repositorys ab. Der Befehl git status gleicht dein Projekt mit deinem Bitbucket-Repository ab.

EN Get the status of your local repository. The git status command tells you about how your project is progressing in comparison to your Bitbucket repository.

Jerman bahasa Inggris
lokalen local
git git
bitbucket bitbucket
befehl command
projekt project
repository repository
status status
deines your
den the

DE Die Technik hat zu Hause immer mehr an Bedeutung gewonnen. Von deinem Geschirrspüler bis zu deinem Fernseher und von deinem Smartphone bis zu deinem Audiosystem – alles wird von Technologie betrieben, die immer „smarter“ wird.

EN Technology has become more and more important at home. From your dishwasher to your TV, and from your smartphone to your audio systemit?s all powered by technology, which becomes more and more ?smart?.

DE Mit Git LFS werden große Dateien parallel zu deinem Code gespeichert, während weniger umfangreiche Referenzen in deinem Git-Repository abgelegt sind

EN Using Git LFS, large files are kept in parallel storage to your code, and lightweight references are stored in your Git repository

Jerman bahasa Inggris
lfs lfs
parallel parallel
code code
referenzen references
weniger lightweight
git git
dateien files
gespeichert stored
repository repository
in in
zu to
große large
sind are

DE Klicke in deinem Repository BitbucketStationLocations auf Source (Quelle), um das Quellverzeichnis zu öffnen. In deinem Verzeichnis wird aktuell nur eine Datei angezeigt: locations.txt.

EN From your BitbucketStationLocations repository, click Source to open the source directory. Notice you only have one file, locations.txt , in your directory.

Jerman bahasa Inggris
klicke click
locations locations
repository repository
verzeichnis directory
in in
source source
txt txt
öffnen open
datei file
zu to
wird the
nur only

DE Mit Git LFS werden große Dateien parallel zu deinem Code gespeichert, während weniger umfangreiche Referenzen in deinem Git-Repository abgelegt sind

EN Using Git LFS, large files are kept in parallel storage to your code, and lightweight references are stored in your Git repository

Jerman bahasa Inggris
lfs lfs
parallel parallel
code code
referenzen references
weniger lightweight
git git
dateien files
gespeichert stored
repository repository
in in
zu to
große large
sind are

DE Artifactory ist der einzige binäre Repository-Manager, der Multi-Push-Replikation bietet, sodass Sie ein lokales Repository gleichzeitig auf mehrere, geografisch entfernte Zielstandorte replizieren können

EN Artifactory is the only binary repository manager offering multi-push replication, allowing you to simultaneously replicate a local repository to multiple, geographically distant target sites

Jerman bahasa Inggris
artifactory artifactory
binäre binary
bietet offering
lokales local
repository repository
geografisch geographically
replizieren replicate
manager manager
replikation replication
sodass to

DE Anstatt ein einzelnes serverseitiges Repository als zentrale Codebasis zu verwenden, bietet er jedem Entwickler ein serverseitiges Repository

EN Instead of using a single server-side repository to act as the “central” codebase, forking gives every developer a server-side repository

Jerman bahasa Inggris
repository repository
zentrale central
codebasis codebase
verwenden using
bietet gives
entwickler developer
zu to
als as
jedem the
einzelnes a

DE Da beim Feature-Branch-Workflow nur ein einziges öffentliches Repository vorhanden ist, sind das Quell- und das Ziel-Repository im Pull-Request immer identisch

EN There is only one public repository in the Feature Branch Workflow, so the pull request’s destination repository and the source repository will always be the same

Jerman bahasa Inggris
öffentliches public
repository repository
feature feature
branch branch
workflow workflow
request requests
ziel destination
quell source
im in the
immer always
identisch same
und and
vorhanden is
nur only

DE Um ihre Arbeit am Projekt beginnen zu können, muss Mary zunächst Johns Bitbucket-Repository forken. Hierzu meldet sie sich bei Bitbucket an, navigiert zu Johns Repository und klickt auf die Schaltfläche Forken.

EN To start working in the project, Mary first needs to fork John’s Bitbucket repository. She can do this by signing in to Bitbucket, navigating to John’s repository, and clicking the Fork button.

Jerman bahasa Inggris
mary mary
bitbucket bitbucket
repository repository
klickt clicking
schaltfläche button
johns johns
projekt project
zu to
arbeit working
können can
und and
beginnen start

DE Sobald das Feature fertig ist, verschiebt Mary den Feature Branch mit einem simplen git push in ihr eigenes Bitbucket-Repository (nicht in das offizielle Repository):

EN After her feature is complete, Mary pushes the feature branch to her own Bitbucket repository (not the official repository) with a simple git push:

Jerman bahasa Inggris
feature feature
mary mary
branch branch
simplen simple
offizielle official
repository repository
bitbucket bitbucket
git git
push push
ist is
mit with
nicht not
den the

DE Ein Helm-Repository in JFrog Artifactory bietet Datenschutz, Zugriffskontrolle, Hochverfügbarkeit und massiv skalierbaren Speicher, der ein fortschrittliches, unternehmenstaugliches Repository-Management für Helm-Diagramme ermöglicht.

EN A Helm repository in JFrog Artifactory offers privacy, access control, high availability and massively scalable storage providing advanced, enterprise-ready repository management for Helm charts.

Jerman bahasa Inggris
jfrog jfrog
artifactory artifactory
datenschutz privacy
zugriffskontrolle access control
hochverfügbarkeit high availability
massiv massively
skalierbaren scalable
helm helm
diagramme charts
repository repository
management management
in in
bietet offers
speicher storage
und and
ein a
für for

DE Erstellen Sie einfach ein neues Repository in Artifactory und geben Sie es dann als Helm-Paket-Typ an, zusammen mit einem Repository-Schlüssel, mit dem es adressiert wird

EN Simply create a new repository in Artifactory, then specify it as a Helm package type, along with a repository key address it by

Jerman bahasa Inggris
neues new
repository repository
artifactory artifactory
helm helm
paket package
typ type
schlüssel key
es it
in in
dann then
zusammen with
als as
erstellen create
ein a

DE Sie können dann dieses Helm-Diagramm und alle anderen, die von diesem Repository gehostet werden, über das Remote-Helm-Repository in Artifactory abrufen.

EN You can then pull that Helm chart, and any others hosted by that repository, through the remote Helm repository in Artifactory.

Jerman bahasa Inggris
anderen others
repository repository
gehostet hosted
artifactory artifactory
helm helm
diagramm chart
remote remote
in in
und and
können can
abrufen pull
dann then

DE Um eine Docker-Registry zu erstellen, erstellen Sie einfach ein neues Repository in Artifactory und geben es als Docker-Paket-Typ an, zusammen mit einem Repository-Schlüssel, über den es angesprochen werden soll

EN To create a Docker registry, just create a new repository in Artifactory and specify it as a Docker package type, along with a repository key by which it will be addressed

Jerman bahasa Inggris
neues new
repository repository
artifactory artifactory
angesprochen addressed
docker docker
registry registry
paket package
typ type
schlüssel key
es it
in in
zu to
zusammen with
als as
erstellen create
ein a
und and

DE Wir wollen jedoch den unveränderlichen Proxy des Bitnami-Diagramms in ChartCenter verwenden. In diesem Fall spezifiziert repository die URL für das ChartCenter-Repository, allerdings muss der name des Diagramms auch den Namespace enthalten:

EN But we want to use the immutable proxy of the Bitnami chart in ChartCenter. In this case, repository would specify the URL for the ChartCenter repo, but the chart’s name must also include the namespace:

Jerman bahasa Inggris
proxy proxy
url url
repository repository
wir we
in in
name name
verwenden use
diesem this
für for
wollen want
fall the

DE Der stabile Satz von Helm-Diagrammen hat bedeutet, dass offizielle Diagramme für viele beliebte Kubernetes-Apps immer in einem zentralen Repository zu finden waren. Sie haben einfach das stabile Repository dem Helm-Client hinzugefügt:

EN The stable set of Helm charts meant that official charts for many popular Kubernetes apps could always be found in a central repository. You would simply add the stable repo to the Helm client:

Jerman bahasa Inggris
stabile stable
offizielle official
immer always
zentralen central
hinzugefügt add
helm helm
kubernetes kubernetes
apps apps
client client
repository repository
in in
bedeutet to
viele many
beliebte popular
finden found
für for
diagramme charts
dass that

DE Fügen Sie ein neues lokales Repository mit dem Pakettyp Docker hinzu. Geben Sie den Repository-Schlüssel „

EN Add a new Local Repository with the Docker package type. Enter the Repository Key “

Menampilkan 50 dari 50 terjemahan