Information Technology Reference
In-Depth Information
Figure 12-5 . The $ git push -u origin master command sent the master branch from your drive to your repository
hosted by Github
How It Works
To create a new repository hosted on Github you should use web interface. When the
new repository is created you can clone it. Use the local clone to create new commits
and when you want to send the updated repository on Github use the $ git push
command. Using the button pointed by the C arrow in Figure 12-5 you can display the
list of revisions stored in repository. The list is shown in Figure 12-6 .
 
 
Search WWH ::




Custom Search