Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 1.36 KB

github.md

File metadata and controls

15 lines (15 loc) · 1.36 KB

Using GitHub

While you can download files separately from GitHub repositories, you are better off using git itself

  • Get a GitHub account ID
  • Install a Git client
  • Go to the repository you are interested on the github.com website
    • Click on the green Clone or download button, and choose Open in Desktop
    • You will then have a copy of the git repository on your computer, wherever you choose to store it.
  • Unlike dropbox, GitHub will not automatically modify files on your local computer. This is a good thing
    • Instead, you can see if there are changes on the server by opening up your git client (e.g. GitHub Desktop)
    • Select the appropriate repository, and it should Fetch origin and tell you if there are any changes. If you want to update them, you can choose the Pull from the server.
  • To track changes in a repository, you can also choose to Watch it at the top of any repository webpage