What is the translation of " GIT CLONE " in German?

Examples of using Git clone in English and their translations into German

{-}
  • Colloquial category close
  • Official category close
  • Ecclesiastic category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Political category close
  • Computer category close
  • Programming category close
  • Official/political category close
  • Political category close
Change the value for Git clone depth.
Ändern Sie den Wert für Git clone depth.
However, git clone is dependent on git init.
Doch git clone ist abhängig von git init.
Learn more on the git clone page.
Mehr hierzu erfährst du auf der Seite zu git clone.
Internally, git clone first calls git init to create a new repository.
Intern ruft git clone zuerst git init auf, um ein neues Repository zu erstellen.
Clone the full repository once: git clone.
Klone das gesamte Repository einmal: git clone.
Both git init and git clone accept a--bare argument.
Sowohl git init als auch git clone erlauben das Argument--bare.
Cloning project in the root directory CD/root git clone git..
Klonen Projekt im Root-Verzeichnis CD/root Git Clone git..
A quick note: git init and git clone can be easily confused.
Eine kurze Anmerkung: git init und git clone werden leicht verwechselt.
On the setting up a repository guide,we covered a basic use case of git clone.
Im Leitfaden zum Einrichten einesRepositorys erläutern wir einen einfachen Use Case von git clone.
Forking is a git clone operation executed on a server copy of a projects repo.
Forking ist ein git clone -Vorgang, der in einer Serverkopie eines Projekt-Repositorys durchgeführt wird.
As previously stated, forking is just a standard git clone operation.
Forken ist, wie bereits erwähnt, nichts anderes als ein standardmäßiger git clone -Vorgang.
An example demonstrating using git clone can be found on the setting up a repository guide.
Ein Anwendungsbeispiel für git clone findest du im Leitfaden zum Einrichten eines Repositorys.
In this page we will discuss extended configuration options andcommon use cases of git clone.
Auf dieser Seite behandeln wir erweiterte Konfigurationsoptionen undallgemeine Verwendungszwecke von git clone.
As I mentioned before, when Git clones a repo, it clones the repo's entire history by default.
Wie ich bereits erwähnt habe, klont Git standardmäßig den gesamten Repository-Verlauf.
Here we demonstarted how to create a git repository using two methods:git init and git clone.
Wir haben hier zwei Möglichkeiten gezeigt, wie du ein Git-Repository erstellen kannst:git init und git clone.
Run git clone to pull down a copy of the repository into the shared repo.
Führen Sie git clone aus, um eine Pull-Übertragung einer Kopie des Repositorys in das freigegebene Repository(shared repo) durchzuführen.
After they have created their server-side copy, the developer performs a git clone to get a copy of it onto their local machine.
Nach der Erstellung der serverseitigen Kopie führt der Entwickler git clone aus, um eine Kopie auf seine lokale Maschine zu ziehen.
Git clone project_trunk_url This checks out the source code of a project stored at the specified URL.
Git clone URL_des_Projekt-Trunks Hiermit legst Du Dir eine eigene Kopie des Quellcodes, der unter einer bestimmten URL gespeichert ist, an.
For further, deeper reference on git clone functionality, consult the official Git documentation.
Weitere, ausführlichere Informationen zu den Funktionen von git clone findest du in der offiziellen Git-Dokumentation.
In addition, it can be used as a template for first ownsteps as a map. apps 4 developer, since it is immediately after the git clone.
Außerdem kann es als Vorlage für erste eigene Schritte alsmap.apps 4 Entwickler genutzt werden, da es nach dem git clone sofort startklar ist.
Keep in mind that git clone automatically creates an origin remote that points back to Mary's forked repository.
Beachte, dass mit git clone automatisch eine origin -Remote-Verbindung hergestellt wird, die zurück auf Marys geforktes Repository verweist.
Hooks are local to any given Git repository, and they are not copied over to the new repository when you run git clone.
Hooks sind im jeweiligen Git-Repository lokal und werden mit dem Befehl git clone nicht mit in das neue Repository kopiert.
For more documentation on git clone usageand supported Git URL formats, visit the git clone Page.
Weitere Dokumentation zum Gebrauch von git clone undunterstützten Git-URL-Formaten findest du auf der Seite zu git clone.
Once they have the URL of your repository,another developer can copy the repository to their local machine with git clone and begin working with the project.
Sobald diese die URL deines Repository haben,kann ein anderer Entwickler das Repository mit git clone auf seinen lokalen Rechner kopieren und mit der Projektarbeit beginnen.
To clone the repository, run the git clone command, supplying the repository's clone URL, shown here as CLONE_URL.
Um das Repository zu klonen, führen Sie den git clone -Befehl aus und übergeben Sie die Klon-URL des Repositorys, die hier als CLONE_URL angezeigt wird.
All of the files and directories contained in this template directory are copied into the. gitdirectory every time you use git init or git clone.
Alle Dateien und Verzeichnisse, die in diesem Vorlagenverzeichnis enthalten sind, werden jedes Mal in das.git -Verzeichnis kopiert, wenn wir git init oder git clone nutzen.
It's possible to do this by SSH'ing into the server and running git clone to copy it to another location on the server.
Das ist möglich, indem du dich per SSH am Server anmeldest und git clone ausführst, um eine Kopie des Repositorys an einem anderen Speicherort auf dem Server abzulegen.
If you used git clone in the previous"Initializing a new Repository" section to set up your local repository, your repository is already configured for remote collaboration.
Wenn du im letzten Abschnitt,"Ein neues Repository anlegen", den Befehl git clone verwendest hast, ist dein Repository bereits zur Remote-Zusammenarbeit konfiguriert.
If a project hasalready been set up in a central repository, the git clone command is the most common way for users to obtain a development copy.
Wenn ein Projektbereits in einem zentralen Repository eingerichtet wurde, ist der Befehl git clone für Benutzer die gängigste Art, eine Entwicklungskopie zu erstellen.
Problem: After you configure SSH access for Windows, you see an access denied error when you attempt to use commands such as git pull,git push, or git clone.
Problem: Nachdem Sie SSH-Zugriff für Windows konfiguriert haben, wird eine Fehlermeldung des Typs"Zugriff verweigert" angezeigt, wenn Sie versuchen, Befehle wie git pull,git push oder git clone zu verwenden.
Results: 134, Time: 0.0271

Word-for-word translation

Top dictionary queries

English - German