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