Skip to content

KevOdo/DOITA08

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOITA08

Public repo for DOITA08 course files

OPTIONAL

Commandi da eseguire nel Command Line Interface (CLI)

Commandi per scaricare la repository nel pc

Clona repo con http

git clone https://github.com/KevOdo/DOITA08.git

Clona repo con ssh

git clone [email protected]:KevOdo/DOITA08.git

Commandi per caricare/scaricare file dalla/alla repository

Push code to the repository

git push origin {branchName}

Pull code from the repository

git pull origin {branchName}

Commandi per confermare le modifiche al codice

Track changes made to files

git add {fileName}

or to track everything

git add --all

Commit changes to current branchName

git commit -m "Any message can go in here"

About

Public repo for DOITA08 course files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •