Empujar el código desde VScode usando CL

git remote add origin [email protected]:VitoMedlej/MERN-project.git
git branch -M main
git push -u origin main
Smiling Squirrel