Git Combine Two Repositories: Versionsgeschichte

Aus MattWiki

Auswahl des Versionsunterschieds: Markiere die Radiobuttons der zu vergleichenden Versionen und drücke die Eingabetaste oder die Schaltfläche am unteren Rand.
Legende: (Aktuell) = Unterschied zur aktuellen Version, (Vorherige) = Unterschied zur vorherigen Version, K = Kleine Änderung

10. November 2024

  • AktuellVorherige 16:4616:46, 10. Nov. 2024Matt Diskussion Beiträge 3.491 Bytes +3.491 Bytes 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