Was the first thing I tried. Seems like it fetches other branches but onlt if they were created after the point of shalowness.
Solution was git remote set-branches origin 'devel' which explicitly gets the branch definition regardless of point of creation/ origin. Shallow clones were something a bit new for me! :) -- Félix On Tuesday, June 16, 2020 at 6:25:37 AM UTC-4, Edward K. Ream wrote: > > > > On Mon, Jun 15, 2020 at 5:49 PM Félix <[email protected] <javascript:>> > wrote: > > I still dont know how to how to switch from/to remote branches from the >> Leo main repo but at least I've got a way to get either branch individually >> ! :) >> > > Try git fetch. > > Edward > -- 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/17d1fa24-b734-4019-9732-9c2a74bfc4aco%40googlegroups.com.
