diff --git a/pages.fr/common/git-bundle.md b/pages.fr/common/git-bundle.md index aaec240ac5..ebd76a96ad 100644 --- a/pages.fr/common/git-bundle.md +++ b/pages.fr/common/git-bundle.md @@ -30,3 +30,7 @@ - Extraire une branche spécifique d'un fichier de bundle dans le référentiel actuel : `git pull {{chemin/vers/fichier.bundle}} {{nom_de_branche}}` + +- Créer un nouveau dépôt depuis un empaquetage : + +`git clone {{chemin/vers/fichier.bundle}}` diff --git a/pages/common/git-bundle.md b/pages/common/git-bundle.md index 20d4705ca9..48ffed88ef 100644 --- a/pages/common/git-bundle.md +++ b/pages/common/git-bundle.md @@ -30,3 +30,7 @@ - Unbundle a specific branch from a bundle file into the current repository: `git pull {{path/to/file.bundle}} {{branch_name}}` + +- Create a new repository from a bundle: + +`git clone {{path/to/file.bundle}}`