GitHub

Topics 

  • Working with Remotes 
  • GitHub

Working with Remotes 

  • To be able to collaborate on any Git project, you need to know how to manage your remote repositories. 
  • Remote repositories are versions of your project that are hosted on the Internet or network somewhere. 
    • You can have several of them, each of which generally is either read-only or read/write for you 
  • Collaborating with others involves managing these remote repositories and pushing and pulling data to and from them when you need to share work

Managing remote repositories includes 

  • Show remotes
  • Add remote repositories 
  • Fetch from your remotes 
  • Pull from your remotes 
  • Push to your remotes 
  • Remove remotes that are no longer valid 
  • Manage various remote branches and define them as being tracked

You must have an active subscription to download PDF and Lab Zip of this course topic.Please click the "Subscribe" button or the "Login" button if you already have an account.