Is Bitbucket supports single file/ folder clonning? Can it be possible to do forking of a single file/ folder?
In source stree I can do only repository cloning. Please help me.
Hi Subhajit, there isn't a direct way to get a single file from a remote Git repository without cloning the whole repository. This is in part, because of the way that Git stores the file history internally.
As a workaround, you can navigate to the remote repository in Bitbucket and copy the content of the source file.
Cheers!
Ana
Thanks Ana for your reply.
So my guess is that we can only clone repository and brnaches right?
Thanks,
Subhajit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That is correct.
You can programmatically get the contents of a file/directory by using the API. You can see the docs for this here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.