thread4/README.md

10 lines
282 B
Markdown

# Ejercicio Thread04
- git init
- git config --global user.name "Juanjo"
- git config --global user.email "juanjo@fp.ieslamar.org"
- git add .
- git commit -m "first commit"
- git remote add origin https://git.ieslamar.org/gitea/thread4.git
- git push -u origin main
## PRUEBA