tech-repository archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Git conversions and branches



On Wed, 13 Jan 2010, Curt Sampson wrote:
> > htdocs, othersrc, pkgsrc, src and xsrc are now available as
> > (bare) git repository copies....
> 
> I note that these have no branches in them.

They do have branches in them.  If you ran "git clone" without the
"--mirror" option, then all the branches except "master" would have been
renamed to something like "remotes/origin/netbsd-5" instead of just
"netbsd-5", and the "git branch" command does not report such branches
by default.  "git branch -a" will report them.

--apb (Alan Barrett)


Home | Main Index | Thread Index | Old Index