Para descargar Git ir a https://git-scm.com/downloads.
COMANDOS BASICOS GE GIT
- git config --global user.name "Katawapps" => Conf. Nombre.
- git config --global user.email katawapps@gmail.com => Configurando Email.
- git init => Iniciando un repositorio.
- git add . => Agregando archivos al repositorio.
- git status => Ver listado de archivos agregados al repositorio y ramas (Branch).
- git commit -m "mi primer comit" => Agregando un mensaje al primer commit.
- git remote add origin https://github.com/Trigoso/html5.git => Aregando repositorio remoto.
- git push -u origin master => Subiendo archivos al repositorio de GItHub.
No hay comentarios:
Publicar un comentario