Linked Questions

Popular Questions

How to pull specific commit code from bitbucket-git

Asked by At

I am using BitBucket-Git for my android application for version control. I have commited code five times.

Suppose I have done five commits v1, v2, v3, v4, v5. Now I want to get the complete source code till I have v3 commit only. Is there any way to get that?

I just simply want to pull complete code till v3.

Related Questions