diff --git a/tldr/git-bundle b/tldr/git-bundle index 0da7ed9f..96b900f8 100644 --- a/tldr/git-bundle +++ b/tldr/git-bundle @@ -35,3 +35,7 @@ source: https://github.com/tldr-pages/tldr.git - 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}}`