On Wed, 2 Sep 2020, 22:48 Ernie Rael, <err...@raelity.com> wrote: > If I go to https://github.com/apache/netbeans/branches > > I see master updated 10 days ago > > and release121 updated 9 days ago. > > I ask because I just did a pull and locally I'm seeing default/master > without 12.1 stuff. > > Is it my local setup? >
Sure you're pulling from right remote?! Release branches differ from master by the sync pull requests used to pull commits across. Eg. HEAD on master is HEAD~1 on release121, hence the 9 vs 10 days ago. Other than that, they're still the same until we reopen master in a few days - just sorting signature tests and module versions before we can do that. Best wishes, Neil >