Skip to content

Instantly share code, notes, and snippets.

@repcsi
Last active September 5, 2021 13:43
Show Gist options
  • Save repcsi/2a458c8cb3d8d29ac4f16fd745c6031d to your computer and use it in GitHub Desktop.
Save repcsi/2a458c8cb3d8d29ac4f16fd745c6031d to your computer and use it in GitHub Desktop.
They changed VCS to git at last :D
svnlite checkout https://svn.freebsd.org/base/releng/12.2 /usr/src
git clone -o freebsd https://git.FreeBSD.org/src.git /usr/src
git checkout releng/13.0
# git branch
main
* releng/13.0
If need to update:
git pull
More info with branch relevant pulls and whatnot:
https://srobb.net/fbsdgit.html
Like
git clone -b releng/13.0 --depth 1 https://git.freebsd.org/src.git /usr/src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment