Skip to content

torvicv/docemonos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docemonos

para subir:
git init
$ git add (file or folder)

folder as folder/

Adds the files in the local repository and stages them for commit. To unstage a file, use 'git reset HEAD YOUR-FILE'.

git commit -m "número commit"
git remote add origin remote (repository URL)
git push origin master

Para actualizar los ficheros ejecutar:

git init
si es necesario ejecutar el siguiente comando para sumar los archivos o carpetas individualmente.
git add (file or folder)
git commit -m "número commit"
git push origin master

Actualizar proyecto en máquina local desde el repositorio github:

git pull https://github.com/torvicv/docemonos.git(remoteName) master(branchName)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages