Compare commits
2 Commits
d444483098
...
b42a7dd5c5
Author | SHA1 | Date |
---|---|---|
|
b42a7dd5c5 | |
|
b43abd62b6 |
11
README.md
11
README.md
|
@ -1,6 +1,7 @@
|
|||
# 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 add .
|
||||
- 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