Gruppo Meteo/Bolivia/taller/7

Da raspibo.
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
#
cd git
# Dirección de copia al acceso al repositorio del taller - Bolivia
git Clone https://github.com/senamhi-bolivia/taller.git
 
# se buede descargar archivos : https://github.com/r-map/rmap
# o mehor se se usa git:
git clone  https://github.com/r-map/rmap.git

# Se puede hacer cambios en el codigo

# Ver los cambios del codigo 
git status
# adicionar los cambios
git add [cambios]

#
git commit -m "mesaje de cambio"
  
# compartir
git push
# 
git pull