qt6 in git repo
-
I noticed recently that when I pulled my local qt source repo from qt.io there is no 6.2 or 6.3 branch. Is this by design? Are they further limiting/obscuring the open code by moving it somewhere else or not adding it to the public git repo?
-
@Kent-Dorfman I can see all branches here: https://code.qt.io/cgit/qt/qt5.git/
Nothing is obscured. -
@Kent-Dorfman said in qt6 in git repo:
there is no 6.2 or 6.3 branch
What do you see when you call
git fetch && git branch --remote
? -
I don't have an explanation but my previous git pull --all pulled nothing after 6.1...retried it this evening and it pulls 6.2, 6.3, and 6.4, as it should. weird...
It's like they added only after I mentioned it, but that would be a bit presumptious for me to consider myself that important. LOL
-