* restoring all branches from a bundle
@ 2013-05-24 10:52 "Ákos, Tajti"
2013-05-24 11:42 ` Duy Nguyen
0 siblings, 1 reply; 2+ messages in thread
From: "Ákos, Tajti" @ 2013-05-24 10:52 UTC (permalink / raw)
To: git
Dear List,
I created a dump from a repository. git bundle list-heads prints all the
refs I meant to add. The problem is that after exracting the dump with
git bundle unbundle the target repository doesn't contain any branches
(git branch -a prints nothing). How can we exract a dump so that the
branches are also restored?
Thanks in advance,
Ákos Tajti
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: restoring all branches from a bundle
2013-05-24 10:52 restoring all branches from a bundle "Ákos, Tajti"
@ 2013-05-24 11:42 ` Duy Nguyen
0 siblings, 0 replies; 2+ messages in thread
From: Duy Nguyen @ 2013-05-24 11:42 UTC (permalink / raw)
To: Ákos, Tajti; +Cc: Git Mailing List
On Fri, May 24, 2013 at 5:52 PM, "Ákos, Tajti" <akos.tajti@intland.com> wrote:
> Dear List,
>
> I created a dump from a repository. git bundle list-heads prints all the
> refs I meant to add. The problem is that after exracting the dump with git
> bundle unbundle the target repository doesn't contain any branches (git
> branch -a prints nothing). How can we exract a dump so that the branches are
> also restored?
I think "git fetch /path/to/the/bundle <refspec>" does that.
--
Duy
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-05-24 11:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-24 10:52 restoring all branches from a bundle "Ákos, Tajti"
2013-05-24 11:42 ` Duy Nguyen
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.