Re: FreeBSD 13 source code using git clone fails
John Kennedy <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.arm |
|---|---|
| Message-ID | <YUodNGxd/[email protected]> |
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