git - How can I checkout a subdirectoy from bitbucket to jelastic? -


i using cloud platform jelastic. there can specify git repository checkout. documentation (http://jelastic.com/de/docs/bitbucket-project-maven) explains how so.

e.g. can checkout whole project url such https://bitbucket.org/<user>/<project>.git

but want checkout sub directory "www". there way checkout this?

thanks, marcel

from to pull ?

you should add remote , choose use one.

see git pro book, working remotes details on this


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -