Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 303 Bytes

github_steps.md

File metadata and controls

5 lines (3 loc) · 303 Bytes

GitHub Steps

Describe in your own words how to establish a connection between a local repository and a remote repository on GitHub.

  1. 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.