In this lecture, we will discuss
Interacting with remote repositories
Github
Remote Repos Set Up and Push
$git remote add alias remote_url
Link remote repo with your local repo
origin - default alias for a cloned repo
$git push alias branch_name
Push changes to your branch (master) out
Github
Web-based hosting service for software projects that
use Git
Why use Github?
Community-oriented
Social networking functionality
Feeds, followers, watching projects
Interesting social networking graphs
Wiki, Issue tracking