Skip to content

Instantly share code, notes, and snippets.

View cdbullones's full-sized avatar
😎

cdbullones cdbullones

😎
View GitHub Profile
@cdbullones
cdbullones / gitCommandsConsole.md
Created September 1, 2021 18:24 — forked from mrcodedev/gitCommandsConsole.md
Comandos Git para consola

COMANDOS DE GIT EN CONSOLA:

1º Configuración y primeros pasos:

git init <nombre_proyecto>: Inicia un repositorio local con el nombre.

git init : Dentro de la carpeta del proyecto, inicia un repositorio en esta carpeta.

git clone <url> : Clona el repositiorio que haya en la url.