Cloning
When your remote repo is up-to-date and contains all the changes you need to preserve, then you don't need to worry if your local repo ever gets deleted or removed. This is because you can always download the complete Git Repo from the Remote, by using a Clone operation. To do this, select the Clone option from the GitKraken start menu.
Cloning a remote Repo
From the Clone Menu, select the BitBucket tab, and then choose the Remote Repo to download, using the Remotes list. Then choose the folder where the Remote should be downloaded as a clone. Finally, click the Clone the repo! Button to confirm.
Cloning a selected BitBucket Repo to the computer
After Cloning the remote Repo, your Local version features the same files. This makes it easy for anybody to share and collaborate on the same Repo, from any location. Great work! You're now fully equipped to start using Git Version Control to manage your projects effectively.