mirror of
https://github.com/flowsta/uc3m-periodismo-datos.git
synced 2024-12-26 07:41:23 +01:00
corrección sintaxis md bloque código
This commit is contained in:
parent
38276ae04d
commit
cb5078178f
1 changed files with 6 additions and 6 deletions
|
@ -31,12 +31,12 @@
|
|||
- Luego con `cd` nos situamos dentro de la carpeta.
|
||||
- Y entonces creamos un repositorio en Github y, cuando llegue el caso, seguimos en la terminal estos pasos que indican:
|
||||
|
||||
echo "# Proyecto de ..." >> README.md
|
||||
git init
|
||||
git add README.md
|
||||
git commit -m "primer commit"
|
||||
git remote add origin https://github.com/cuenta/nombre-repositorio
|
||||
git push -u origin main
|
||||
echo "# Proyecto de ..." >> README.md
|
||||
git init
|
||||
git add README.md
|
||||
git commit -m "primer commit"
|
||||
git remote add origin https://github.com/cuenta/nombre-repositorio
|
||||
git push -u origin main
|
||||
|
||||
|
||||
## No nos reconoce
|
||||
|
|
Loading…
Reference in a new issue