User Tools

Site Tools


apuntes:git

This is an old revision of the document!


Control de versiones con Git y Bitbucket

Instalación de git

Crear un repositorio en Bitbucket

Crear un proyecto y actualizar el repositorio

santi@zenbook:$ git init
santi@zenbook:$ git remote add origin http://bitbucket.org/sfaci/miproyecto
santi@zenbook:$ git add .
santi@zenbook:$ git commit -m 'Subiendo los primeros cambios'
santi@zenbook:$ git push origin master

Subir un cambio en el proyecto al repositorio remoto

apuntes/git.1508367125.txt.gz · Last modified: 2019/01/04 13:22 (external edit)