It's necessary to download the entire git repo when installing homebrew? #1738
Unanswered
LuisEnMarroquin
asked this question in
Getting started
Replies: 2 comments
-
Homebrew doesn't use shallow clones at GitHub's request. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Please read all of #226 before continuing down this path. Barring major changes to
If you mean "clone only the most recent commit", that's basically If you mean "clone only the
Zero tags aren't very useful, and can result in unexpected bloat:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, I am thinking if it's really necessary to download every branch and tag when installing homebrew on Mac
I didn't do anything uncommon, it's just the default behavior when installing
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Don't know how the install script works, but maybe is a good idea to use
git clone --depth 1
, clone only theHEAD
branch and don't download tagsBeta Was this translation helpful? Give feedback.
All reactions