Compare commits

...

2 Commits

Author SHA1 Message Date
Juanjo b42a7dd5c5 readme 3 2024-10-29 14:44:12 +01:00
Juanjo b43abd62b6 readme 3 2024-10-29 14:43:08 +01:00
1 changed files with 6 additions and 5 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 commit -m "first commit" - git add .
git remote add origin https://git.ieslamar.org/gitea/thread4.git - git commit -m "first commit"
git push -u origin main - git remote add origin https://git.ieslamar.org/gitea/thread4.git
- git push -u origin main