Skip to content

cecchip/cogemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Passi per caricare nuovo file

git init
git add nuovo_file_o_branch
git commit -m "first commit"
git remote add origin https://github.com/cecchip/cogemo.git
git push -u origin master

-------------------------

Passi per caricare nuove modifiche

1.- utente@host:percoso/directory/cogemo$ git add *
2.- utente@host:percoso/directory/cogemo$ git commit -m 'add edi'
3.- utente@host:percoso/directory/cogemo$ git remote add * https://github.com/cecchip/cogemo.git
4.- utente@host:percoso/directory/cogemo$ git push -u * master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published