├── 1.txt ├── privada ├── privado.txt.gitignore └── README.md /1.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /privada: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /privado.txt.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Commit inicial 2 | # masteruah 3 | 4 | | *NOMBRE* | *GITHUB* | 5 | | -------- | -------- | 6 | | Sergio Avilés Pastor | [Enlace a GitHub 2](https://github.com/sergioaviles) | 7 | | Albert Porres Vallés | [Enlace a GitHub 3](https://github.com/AlbertPorres) | 8 | | Beatriz Casado Rodríguez | [Enlace a GitHub 4](https://github.com/BCRMaster) | 9 | | Jose Molina Colmenero | [Enlace a GitHub 5](https://github.com/Moliholy) | 10 | | Jesús Alberto Leal Pérez | [Enlace a GitHub 6](https://github.com/lealp22) | 11 | 12 | 13 | 14 | ## Creo que se refiere a estos comandos, que son los que he usado para instalar el repositorio 15 | ## echo "# masteruah" >> README.md 16 | ## git init 17 | ## git add README.md 18 | ## git commit -m "first commit" 19 | ## git remote add origin git@github.com:EnriqueAlderete/masteruah.git 20 | ## git push -u origin master 21 | # webprueba 22 | # webprueba 23 | # webprueba 24 | --------------------------------------------------------------------------------