Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 283 Bytes

File metadata and controls

6 lines (5 loc) · 283 Bytes

GitHub Steps

Describe in your own words how to establish a connection between a local repository and a remote repository on GitHub.
git remote add origin git@github.com:USERNAME/REPO_NAME.git  git branch -M main 
git push -u origin main