Skip to content

Commit

Permalink
Merge pull request #23 from UrielJolodovsky/main
Browse files Browse the repository at this point in the history
fix(content): changed image and link path in git and bash repository
  • Loading branch information
nachovigilante authored Apr 12, 2023
2 parents e6e4f7b + 81163e3 commit 6739965
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion cheatsheets/bash.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ Si nosotros estamos en el archivo `index.php`, entonces para acceder a la carpet
| ---------- | ------------ | --------------------------------------------------------------------------------------------------------------------------------- |
| `explorer` | `explorer .` | Abre el explorador de archivos en la carpeta actual |
| `code` | `code .` | Abre Visual Studio Code en la carpeta actual |
| `git` | `git status` | Muestra el estado del repositorio ([para más comandos](https://cheatsheets-nachovigilante.vercel.app/cheatsheet/github)) |
| `git` | `git status` | Muestra el estado del repositorio ([para más comandos](https://cheatsheets-nachovigilante.vercel.app/cheatsheet/git)) |
| `npm` | `npm start` | Ejecuta el comando `start` de `package.json` ([para más comandos](https://cheatsheets-nachovigilante.vercel.app/cheatsheet/node)) |
12 changes: 6 additions & 6 deletions cheatsheets/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@ GitHub es una plataforma de desarrollo colaborativo que permite alojar proyectos

### Crear un nuevo repositorio en GitHub

Para crear un nuevo repositorio deberemos ir a la página de [GitHub](www.github.com) y hacer click en el botón `New repository`.
Para crear un nuevo repositorio deberemos ir a la página de [GitHub](https://github.com/) y hacer click en el botón `New repository`.

<img src="/assets/images/images/home.png" width="100%" alt="Home">
<img src="/assets/images/images/home_create.png" width="100%" alt="Home Create Highlight">
<img src="/assets/images/images/new.png" width="100%" alt="New">
<img src="/assets/images/images/new_bottom.png" width="100%" alt="New Button">
<img src="/assets/images/images/new_bottom_button.png" width="100%" alt="New Highlight">
<img src="/assets/images/home.png" width="100%" alt="Home">
<img src="/assets/images/home_create.png" width="100%" alt="Home Create Highlight">
<img src="/assets/images/new.png" width="100%" alt="New">
<img src="/assets/images/new_bottom.png" width="100%" alt="New Button">
<img src="/assets/images/new_bottom_button.png" width="100%" alt="New Highlight">

### Clonar un repositorio de GitHub

Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 comments on commit 6739965

@vercel
Copy link

@vercel vercel bot commented on 6739965 Apr 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 6739965 Apr 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.