If you use Git repo with the help of BitBucket and you want to take check out from git repository to your local machine use following steps and commands:
1. navigate to directory where you want to set up repository
1. git clone –recursive git@bitbucket.org:{owner name}/{repo}.git
Example: if repo link is as follows:
https://bitbucket.org/enthuons/WordPressCode
then command is: git clone –recursive git@bitbucket.org:enthuons/WordPressCode.git
Leave a Reply