Created
May 29, 2016 12:34
-
-
Save darkgeek/3dcfc6b88665fbdaaa5a7911f84417df to your computer and use it in GitHub Desktop.
How to fetch ports tree from github
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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