git init git add . git commit -m "Initial commit - Simple Python Web Browser" git branch -M main git remote add origin https://github.com/yourusername/Python-Web-Browser.git git push -u origin main
git init git add . git commit -m "Initial commit - Simple Python Web Browser" git branch -M main git remote add origin https://github.com/yourusername/Python-Web-Browser.git git push -u origin main