You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
I want to clone specific tag from my repository in bitbucket. Now I am able to clone just the whole repository. What should I add to my code to clone specific tag?
I have seen this but it doesnt really helped me :
I don't know all of this but did you try to use the complete ref ? that is refs/tags/v0.0.1
I read roughly the code, I doubt it would work that easily. You might have to fetch tags and then checkout
#126 (which you linked to) explains that libgit doesn't implement passing a tag as the branch to clone like the git command does. you will need to checkout the tag after cloning
Hi all,
I want to clone specific tag from my repository in bitbucket. Now I am able to clone just the whole repository. What should I add to my code to clone specific tag?
I have seen this but it doesnt really helped me :
#126
git_libgit2_init();
Thanks for your help
The text was updated successfully, but these errors were encountered: