Answers for "Crear repo para git hub"

0

Crear repo para git hub

echo "# practica2" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/Dregos13/practica2.git
git push -u origin main
Posted by: Guest on April-27-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language