This commit is contained in:
Juanjo 2024-10-29 14:40:43 +01:00
parent 9e787fd8d8
commit d444483098
1 changed files with 4 additions and 1 deletions

View File

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