🎯 What you'll learn: What GitHub is and why it's the home of open source. How to create an account and your first repository. Connecting your local Git repo to GitHub using SSH or HTTPS. Setting up SSH keys for secure, password-free authentication. Pushing your first commit, cloning repos, and writing a standout README.
1-A 2-A 3-A 4-A | 5 origin 6 main 7 = git remote add origin URL; git push -u origin main 8 = fetch = download only; pull = fetch + merge 9 = What the project is, setup steps, usage | 10 = Remote has commits you don't - pull first