I have a repo in github I have pushed lot of files to my github, but I want to pull only couple of files to the server. How do I do it. I just googled but could not figure out anything.
Asked
Active
Viewed 202 times
0
-
Take a look at this SO question http://stackoverflow.com/questions/2104441/can-i-pull-only-certain-files-from-another-git-repository – davids Sep 06 '12 at 10:49
-
Thanks @davids but I am looking for something different – Jeevan Dongre Sep 06 '12 at 10:54
1 Answers
2
I do not think this is possible with git to pull only one/few of the files from a commit. But I think downloading few file is possible with github as mentioned in this accepted answer