Information Technology Reference
In-Depth Information
Figure 12-13 . Your private fork of the original repository owned by your organization
The place where you can verify the name of the repository is shown in Figure 12-13 .
There are two repositories that we will use in this recipe. Their URLs are:
• Original repository: git@github.com:your-organization/
12-06.git
• Your
fork:
git@github.com:your-github-username/
12-06.git
Now it's time to create a clone stored on your hard drive. Open a bash command
line and type the following commands:
$ cd git-recipes
$ mkdir 12-07
$ cd 12-07
$ git clone git@github.com:your-organization/12-06.git .
 
Search WWH ::




Custom Search