Vertaling van "git clone" in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
The example assumes that you do not want to change the directory after the git clone.
Das Beispiel geht davon aus, dass Sie nach dem git clone das Verzeichnis nicht wechseln.
At the top of those pages, there is a git clone... line, which tells you how to clone the repository in question to your machine.
Oben auf diesen Seiten befindet sich eine git clone...-Zeile, die angibt, wie man das jeweilige Repository auf den eigenen Rechner klonen kann.
Working with remote git repositories: git clone, git fetch, git pull, git push
Arbeiten mit entfernten git Repositories: git clone, git fetch, git pull, git push
This is accomplished via the git clone command
Dazu dient der Befehl git clone
Finally, back on your workstation, run git clone git@server:gitolite-admin.
Zum Abschluss musst Du auf Deiner Workstation den Befehl git clone git@gitserver:gitolite-admin ausführen.
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.
If you are using my source snapshot and do not want to checkout latest sources, put a" " in front of the three "git clone" lines in misc-scripts
Wenn mein Quellkod-Snapshot verwendet wird und der Checkout der neuesten Version aus dem Git nicht gefragt ist, einfach ein" " vor die drei "git clone" Zeilen in misc-scripts/ hinzufügen.
Basically, the task is done by automating git-daemon, git clone - mirror and git fetch with the following aspects
Im Kern ist die Sache bereits durch Automation von "git daemon", "git clone - mirror" und "git fetch" gelöst.
There are a lot of great things about Git, but one feature that can cause issues is the fact that a git clone downloads the entire history of the project, including every version of every file.
Ein solches Problem kann darin bestehen, daß git clone die vollständige Historie eines Projektes herunter lädt, d.h. jede einzelne Version jeder einzelnen Datei.
We will speak about commands like git clone, git commit and git push. But we will also explain what a fork is and how you can contribute to other git projects with a pull request.
Wir werden die gängigsten Befehle wie git clone, git commit und git push ansprechen und erklären, wie man einen Fork oder einen Pull Request erstellen kann und wofür das gut sein soll.
(The 'git clone' instruction given above will download other things that are part of the testing (testgraphical, testtools, etc.) during the build process, just ignore them.)
Der Befehl „git clone" lädt auch ein paar Dinge herunter, die dem Testen während des Build-Prozesses dienen, du kannst sie getrost ignorieren.
In addition to the GIT tool, basic knowledge of this version of management software is also required - the commands "git clone", "git commit" and "git push" are sufficient.
Darüber hinaus sind neben dem Tool GIT auch grundlegende Kenntnisse in dieser Versionsverwaltungssoftware erforderlich - im Prinzip reichen die Kommandos „git clone", „git commit" und „git push" aus.
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 abgespaltenes Repository verweist.