From 8af6185d12ba20ec872642154c889c6a45f19671 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Thu, 15 Aug 2024 00:15:19 +0000 Subject: [PATCH] Update cheatsheets --- tldr/git-bundle | 4 ++++ 1 file changed, 4 insertions(+) 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}}`