svn - Is there a way to do a really SPARSE checkout for git? -


i saw question here, question 2010 , talks git version < 2 mostly. , of given answers seem indicate: can restrict "current" checkout; have full history locally.

the later thing problem. moved svn git our main repository; , .git has 8, 9 gb (a lot of history, , lot of huge files).

but: 1 tiny directory in huge repository small python tool (lets call px) own , use daily.

before moving backend git, use git-svn, twice: full checkout of huge repository containing (for real development work); , sparse checkout containing px.

now wondering if git 2.95 in 2016 provides option use git used git-svn before. meaning - having working git px, px only.


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -