Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 494 Bytes

github_steps.md

File metadata and controls

14 lines (10 loc) · 494 Bytes

GitHub Steps

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

  1. Create the new repository on github and copy the SSH link for that repository
  2. In Terminal, do git remote add origin
  3. git branch -M main
  4. git push -u origin main
  5. Refresh the repository in github to see that it was done properly

I am making more changes to this file

I am yet again adding more changes to this. FOR THE SAKE OF PRACTICE!