Sep 11, 2024
example
git init
touch README.md
git add .
git commit -m "first commit"
git remote add origin https://github.com/username/example.git
git push -u origin main
Full transcript