Skip to content

Instantly share code, notes, and snippets.

@darkgeek
Created May 29, 2016 12:34
Show Gist options
  • Save darkgeek/3dcfc6b88665fbdaaa5a7911f84417df to your computer and use it in GitHub Desktop.
Save darkgeek/3dcfc6b88665fbdaaa5a7911f84417df to your computer and use it in GitHub Desktop.
How to fetch ports tree from github
sudo git clone --depth 1 --no-single-branch https://github.com/freebsd/freebsd-ports /usr/ports
# If you only need a quartly branch, check it out:
sudo git checkout -t origin/branches/2016Q2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment