7. Remotes in GitHub

note

teaching: 45 minutes

exercises: 0 minutes

questions:

  • How do I share my changes with others on the web?
  • How can I use Git to push commits to a GitHub repository?
  • How can I use Git to clone a private to a GitHub repository?

objectives:

  • Explain what remote repositories are and why they are useful.
  • Push to or pull from a remote repository.