This commit is contained in:
Juanjo 2024-10-29 14:43:08 +01:00
parent d444483098
commit b43abd62b6
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +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
- 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