/foo

github setup for new repositories

Git Set-up

git init echo 'add some text, >> fileName git add(fileName) or git add . to add everything git commit -m "commit message" or git commit (opens editor)

git remote add origin git@github.com:your_username/your_repo_name.git

git push -u origin main

git pull origin main

here i am editing from within github, in prep for pull request to visual code

https://github.com/bobbyiliev/introduction-to-git-and-github-ebook