Git and Github - Kraft2k/icebox-rover GitHub Wiki
git init
git status
git add
git add .
git config --global user.email "[email protected]"
git config --global user.name "User Name"
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/Kraft2k/icebox-rover.git
git push -u origin main
git add .
git commit -m "New commit"
git push