Re: FreeBSD 13 source code using git clone fails
- Reply: Stefan Parvu : "Re: FreeBSD 13 source code using git clone fails"
- In reply to: John Kennedy : "Re: FreeBSD 13 source code using git clone fails"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Sep 2021 17:58:12 UTC
On Tue, Sep 21, 2021 at 10:48:48AM -0700, John Kennedy wrote: > ... Check out the branch you're on. If your setup is defaulting to "master" (vs "main"), it'll probably show nothing. Almost correct. "main" would be BSD14/current. For BSD 13 flavors, you'd want one of these: git branch -a | grep -E '(releng|stable)/13' * stable/13 remotes/freebsd/releng/13.0 remotes/freebsd/stable/13 For example: git checkout stable/13