This commit is contained in:
Juanjo 2024-10-29 14:44:12 +01:00
parent b43abd62b6
commit b42a7dd5c5
1 changed files with 1 additions and 0 deletions

View File

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