Newbie's question...
I followed the instructions in the handbook to install the ports tree (2024Q3) with git :
How to update to 2024Q4 ?
The following doesn't work:
Yes, git branch -r only shows origin/2024Q3...
It's certainly very simple, but I don't know git well enough to figure it out...
I followed the instructions in the handbook to install the ports tree (2024Q3) with git :
# git clone --depth 1 https://git.FreeBSD.org/ports.git /usr/ports
How to update to 2024Q4 ?
The following doesn't work:
# git -C /usr/ports pull
Already up to date.
# git -C /usr/ports switch 2024Q4
fatal: invalid reference: 2024Q4
# git branch -r
origin/2024Q3
Yes, git branch -r only shows origin/2024Q3...
It's certainly very simple, but I don't know git well enough to figure it out...