Compare commits

..

No commits in common. "b42a7dd5c5493b58e61ffd296d5691e0e6405779" and "d44448309890ea113ff497d63cd827480694a042" have entirely different histories.

1 changed files with 5 additions and 6 deletions

View File

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