echo "# Title" >> README.md
git init
git add README.md
git commit -m "Initial commit"
git branch -M main
git remote add origin [email protected]:<user/orga>/<repo>.git
git push -u origin maingit remote add origin [email protected]:<user/orga>/<repo>.git
git branch -M main
git push -u origin main