HelloWorld
HelloWorld2
MVCFrame
SpringBootBaisc
SpringSecurityBasic
URIPatterns
MsgConverterBasic
HTTPHandlerMethod
ViewerResolver
SecurityJDBCLoginDemo
- Locate one NULL directory. And init git resposibilty:
git init
- This creates an empty repository with your remote, and fetches all objects but doesn't check them out:
git remote add -f origin https://github.com/memorylorry/SpringDemos5.git
- Then do:
git config core.sparseCheckout true
echo "MVCFrame" >> .git/info/sparse-checkout
echo "someDirYourWannaGet" >> .git/info/sparse-checkout
- Finally, Pull it:
git pull origin master
Now you could see which directories your wanna pull is here! Check out it.