README.md 338 octets
Newer Older
T RKT's avatar
T RKT a validé
# Magic-Card-Database
[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