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
Post a Comment