On Wednesday, July 31, 2019 at 10:03:46 AM UTC-5, Matt Wilkie wrote: > > The command shown only fetches master branch, and checkout of other > branches will fail. Two solutions: > > # add all remote branch names > # use 'devel' instead of '*' to get only devel branch > # quotes are significant > git remote set-branches origin '*' > git fetch > git checkout devel > > Or: > > # shallow clone each branch > git clone --depth=nn --no-single-branch ... > > Noted. I'll be adding a tip to LeoDocs.leo soon.
> > > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/a64fc28b-b078-44a0-92d5-f846a5da55b8%40googlegroups.com.
