Describe in your own words how to establish a connection between a local repository and a remote repository on GitHub.
- Create the new repository on github and copy the SSH link for that repository
- In Terminal, do git remote add origin
- git branch -M main
- git push -u origin main
- 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!