Skip to content

niclagallicchio/Trekk_and_Food

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

## Comandi git

git clone *remote url*
git clone <**remote url**>
- clona un repository remoto

git status
- stato del repository locale

git add *files o directories*
git add <**files o directories**>
- aggiunge i file nell'area di staging

git commit -m *comment*
git commit -m <**comment**>
- aggiunge un'istantanea del progetto in quel momento

git log
- elenco dei commit fatti fino al commit locale in cui mi trovo e il branch

git checkout *id del commit o branch*
git checkout <**id del commit o branch**>
- cambiare un commit locale

git push
- aggiornare il repository remoto dal locale
git pull
- aggiornare il repository locale dal remoto

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published