0

I am trying to checkout a older commit in Bitbucket, Tried the solutions given in this question and this. Nothing worked for me, I think Bitbucket got updated a lot. I am able to clone only the newer commit.

Please guide me how to download the older version of the project in Bitbucket.

R. Mohan
  • 2,182
  • 17
  • 30
  • In what way did [this answer](https://stackoverflow.com/a/39814361/354577) not help? Don't think of it as "cloning an older commit", but as cloning and then, in the local repository you've just created, checking out the commit or branch you want. – ChrisGPT was on strike Nov 07 '18 at 14:35
  • I am new to this bitbucket, I am not getting you, please tell me how to check out the commit i want in bitbucket? – R. Mohan Nov 07 '18 at 14:54
  • 2
    You wouldn't do this "in bitbucket". Bitbucket is a cloud service, it doesn't exist on your local machine. After you've cloned the repository you're done with it. _In your local repository_ you could check out the old commit, either using Git or Mercurial (depending on what kind of repository it is). I've added some more reference questions above. Please see [this one](https://stackoverflow.com/q/7539130/354577) in particular, assuming you're working with a Git repository. – ChrisGPT was on strike Nov 07 '18 at 15:34
  • Thanks @Chris I thought Git and Bitbucket are different, I need to learn more about Git, the link in comment helped me. – R. Mohan Nov 08 '18 at 13:47

0 Answers0