On Mon, 16 Jan 2017 06:15:52 -0800 (PST)
Ralf Tobel <[email protected]> wrote:

> Actually I planned to use the bundle as a nice way of creating a
> backup in a single file.
> And since I see the branches in the bundle when I use the 'git bundle 
> list_heads' command I thought there might be a way to access them.

>From your remark I fail to gather whether my response to your original
question was helpful or not--do you care to elaborate?

Regarding this your mail, yes, `git bundle create <filename> --all`
does indeed save all the refs from the source repository to the bundle,
so yes, it would work OK as a simple backup solution.

That is, your problem--as I understand it--is with grasping the concept
of cloning (and working with remote Git repositories in general--as
what Git bundle creates is a remote repository as far as a Git instance
trying to get the data from it back is concerned) and not with what the
`git bundle create` command actually bundles.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to