How do you clone a single folder from a repo?
git clone --no-checkout <link>cd <cloned folder>git sparse-checkout init --conegit sparse-checkout set <Folder Name>/git checkout
VoilΓ !
How do you clone a single folder from a repo?
git clone --no-checkout <link>cd <cloned folder>git sparse-checkout init --conegit sparse-checkout set <Folder Name>/git checkoutVoilΓ !
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)