mkdir new-folde
cd new-foldergit initecho ' <text> ' > README.mdgit add .git commit -am " <message> "-
Go to GitHub
-
Click New
-
Choose a name and click Create repository
git remote add origin https://github.com/your-username/your-repo-name.gitgit push -u origin main