bitbucket

Clone existing repository

Cloning a Git repository

  1. Go to the repository you want to clone (something like: https://bitbucket.org/username/repo)
  2. On the left side, click on … and choose Clone
  3. A small window will appear, copy the url (something like: git clone https://hamzawey@bitbucket.org/hamzawey/vm_dop_experiment.git)
  4. Open a terminal window on the machine you want to clone that project to
  5. Navigate from the command line to the location you want to clone the project and enter the command copied in step 3

This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow