Git sparse checkout przez kszyh | 8 listopada 2016 - 15:36 |8 listopada 2016 Lifehacking, Linux, Windows Sposób na checkout tylko określonych katalogów z serwera: 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 12345 git initgit remote add -f master http://user@example.com/repo/git config core.sparsecheckout trueecho dir1/ >> .git/info/sparse-checkoutgit pull master master Otagowano git.Dodaj do zakładek Link.