Skip to content

CalogeroCantone/GitFromFolder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Creare una nuova repository da un progetto locale

  • Inizializzare la directory locale come repository Git
    git init
  • Aggiungere i file nel tuo nuovo repository locale
    git add .
  • Confermare l'aggiunta
    git commit -m "Initial commit."

Caricare su GitHub

  • Creare il repository da GitHub

  • Caricare sulla repository

    git push --set-upstream **repositoryURL** main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published