Agregar El Proyecto Al Repositorio
Objetivos
- Crear un repositorio local de Git
- Agregar todos nuestros archivos al repositorio de Git
Pasos
Paso 1
Type this in the terminal:git initPaso 2
Type this in the terminal:git statusPaso 3
Type this in the terminal:git add .Paso 4
Type this in the terminal:git commit -m "Todas las cosas agregadas"
Explicación
Siguiente Paso:
Regresar a Iniciando