Information Technology Reference
In-Depth Information
Figure 12-4 . Webpage for the newly created repository
You will find it in the edit box shown in Figure 12-4 .
The work on Github is finished for now. Open your bash command line and execute
the following commands:
# the commands should be executed in git-recipes directory
$ cd git-recipes
$ git clone git@github.com:john-doe/12-03.git
$ cd 12-03
$ git simple-commit a b c
$ git push -u origin master
Now go back to Github.com and follow the link identified in Figure 12-5 with A.
You will see the list of files stored in the repository. The list will include three files:
a.txt , b.txt , and c.txt , as pointed by the B arrow in Figure 12-5 .
 
 
Search WWH ::




Custom Search