History: Subir la web

Revision made 8 years ago by Francisco Presencia. Go to the last revision.

Para este paso tienes que tener Git in­stalado y con­figurado con Git­hub con SSH.

$ cd
$ cd ./.ssh
$ ls
$ cat id_rsa.pub
Copiar ssh en Github web.
$ git init
$ git remote add origin URL_REPOSITORIO
$ git add .
$ git commit -m "Añadida mi primera web"
$ git push --set-upstream origin master
$ git push

Update webpage:

$ cd RUTA_CARPETA
$ git add .
$ git commit -m "Añadida mi primera web"
$ git push