Advanced Search
git init git add -A git commit -m "first commit" git branch -M MAIN git remote add origin https://github.com/gauravsonii/Google.git git push -u origin MAIN