Compare commits
No commits in common. "b42a7dd5c5493b58e61ffd296d5691e0e6405779" and "d44448309890ea113ff497d63cd827480694a042" have entirely different histories.
b42a7dd5c5
...
d444483098
11
README.md
11
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue