|
# Ejercicio Thread04
|
|
- 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
|