Is there some feature in bitbucket to have only shallow cloned while creating a branch from master which is having one year history.
Hey Rohit,
I'm not sure I understand your question. You want to create a branch off of master which does not contain the history of the rest of the repository? I don't think this is possible due to the nature of Git itself. Your clients can of course perform shallow clones, but this is nothing that can be enforced from the Bitbucket end. One option would be to do a shallow clone of your repository and then push the shallow clone to a new repository in Bitbucket.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.