How do you clone a single folder from a repo?
git clone --no-checkout <link>
cd <cloned folder>
git sparse-checkout init --cone
git 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 --cone
git sparse-checkout set <Folder Name>/
git checkout
Voilà !
For further actions, you may consider blocking this person and/or reporting abuse
Nitzan Ohana -
Ishmam Abir | イシュマム・アビル -
Wisdom Ehirim -
Farhat Sharif -
Top comments (0)