Zipyinthenet¡ WebSite !

Zipyinthenet¡ WebSite with a lot of info.

——-Inicio/Home——-Posts-Guias-Por-Fecha-Publicación——-Posts-Guias-Por-Categorias——-Links——-

Git - Parte 1

Git es un controlador de versiones para ficheros.

Uso:

Diferentes estados de tu archivo:

foto1git

Meter en Stagin area(pasar de working area en local ->a stagin area[área de ensayo]):

   git status 
   git add nombrefichero 

o meter todo aquello con cambios:

   git add . 
   git status

Meter todo Working area -> stagin area:

   git add .

Con Commit guardamos:

   git commit -m “mensaje”

Con Push subimos a repositorio:

   git push

Histórico de commits (logs):

   git log
   para salir del log ‘:q!’

CASO DE TENER UN FUEGO al hacer Commit y Push:

foto1git

Configurar git mediante clave ssh:


ZipyintheNet¡ 2020!®