Git presiona un repositorio existente desde la línea de comandos

git remote add origin https://github.com/dollarkid1/walletapp-with-SpringBoot-.git
git branch -M main
git push -u origin main
Nice Newt