Code propre : Utilisez des noms de variables explicites et respectez les conventions de nommage.

🌿 Branches distinctes : Une branche par fonctionnalité ou correctif.

Un commit = une action : évitez les commits génériques, soyez précis !

Revues de code obligatoires : faites relire votre code avant de fusionner.

Mettez à jour vos tâches : renseignez l'avancement chaque jour sur ActiveCollab.

Tags give the ability to mark specific points in history as being important
Repository has no tags yet.
Use git tag command to add a new one:
git tag -a v1.4 -m 'version 1.4'