Hello,
with FreeBSD 13.0 has somethings changed. For upgrading FreeBSD from Source, I had done before this version, before fetching the source:
Supposed my /usr/src directory is empty and no "git clone" has been done, how can I list with the git command all branches that are available?
I know I could look at the website:https://git.FreeBSD.org/src.git"> but how to do that with
I had nothing found above that.
Thanks a lot.
with FreeBSD 13.0 has somethings changed. For upgrading FreeBSD from Source, I had done before this version, before fetching the source:
svn list svn://svn.freebsd.org/base/releng/
Supposed my /usr/src directory is empty and no "git clone" has been done, how can I list with the git command all branches that are available?
I know I could look at the website:https://git.FreeBSD.org/src.git"> but how to do that with
git
?I had nothing found above that.
Thanks a lot.