Alle öffentlichen Logbücher
Aus MattWiki
Dies ist die kombinierte Anzeige aller in MattWiki geführten Logbücher. Die Ausgabe kann durch die Auswahl des Logbuchtyps, des Benutzers oder des Seitentitels eingeschränkt werden (Groß-/Kleinschreibung muss beachtet werden).
- 16:46, 10. Nov. 2024 Matt Diskussion Beiträge erstellte die Seite Git Combine Two Repositories (Die Seite wurde neu angelegt: „This article describes how to combine two Git repositories in a new repository while keeping histories of both of the repositories intact. == Prepare the New Repository == Create and initialize a new repository where you will combine both repositories.<syntaxhighlight lang="bash"> # Create a new directory and initialize a Git repository mkdir combined-repo cd combined-repo git init </syntaxhighlight> == Add First Repository (Repo 1) as a Remote and Pull…“) Markierung: Visuelle Bearbeitung