Describe in your own words how to establish a connection between a local repository and a remote repository on GitHub.
- local repository you would just use git init, while GitHub requires you to set the remote connenction, confirm branch, and then push the repository up to the cloud.