Empuje un repositorio existente desde la línea de comando en GitHub

git remote add origin https://github.com/israa790/Athentification_Flutter-Login-Register-.git
git branch -M main
git push -u origin main
Wild Bat