Skip to content

efscomplex/service-worker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generar i pujar un git-project

  • git init (inicialitza un projecte de git)
  • .gitignore (crear arxiu de carpetes i files a ignorar)
  • git add . (afegeix tots els arxius per fer el seu seguiment)
  • git commit -m 'first commit' (inicialitza el seguiment)
  • git remote add origin https://github.com/efscomplex/project_name (conexió remota al servidor de git)
  • git push origin master (pujar el projecte local a git)

About

service-worker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published