Skip to content
This repository has been archived by the owner on Apr 4, 2019. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 257 Bytes

init.md

File metadata and controls

18 lines (11 loc) · 257 Bytes

git init

El comando init crea un nuevo projecto de git, puede ser un repositorio local o uno remoto.

Inicializa un proyecto local

git init <nombre_carpeta>

Nuevo servidor remoto

git init --bare <nombre_carpeta>