Git sparse checkout
Sposób na checkout tylko określonych katalogów z serwera:
|
1 2 3 4 5 |
git init git remote add -f master http://user@example.com/repo/ git config core.sparsecheckout true echo dir1/ >> .git/info/sparse-checkout git pull master master |
