Newer
Older
[Description du projet]
# Rappel commande Git
- cloner un repo distant : git clone url/du/projet
- ajouter un fichier au commit : git add nomFichier (mettre un point pour tout ajouter)
- faire un commit : git commit -m "message utile"
- envoyé au repo distant : git push
- récuppérer un repo distant : git pull