Práctica 1 Un repositorio para empezar a usar git y Github ¿Como probar en la nube? Github-Codespaces Comandos git básicos git clone https://github.com/gitt-3-pat/p1 git status git add . git commit -m "TU MENSAJE" git push git checkout -b feature/1 git checkout main ¿Cómo escribir un README.md con formato? Github Markdown