Skip to content

Commit

Permalink
Comment on not initing repo if on github
Browse files Browse the repository at this point in the history
  • Loading branch information
jgvictores authored Oct 26, 2018
1 parent 861b952 commit f9dcab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/version-control/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Git es un [sistema de control de versiones](README.md) distribuido creado por Li

### Crear un repositorio nuevo (git init)

Habitualmente creamos repositorios nuevos directamente en GitHub (interfaz web), pero también se pueden crear localmente.
Habitualmente creamos repositorios nuevos directamente en GitHub (interfaz web), con lo cual nos saltaríamos este paso, pero también se pueden crear localmente.
Para crear un repositorio localmente, desde una carpeta nueva, ejecuta el comando:
```bash
git init
Expand Down

0 comments on commit f9dcab9

Please sign in to comment.