Files
2025-08-21 18:42:14 +02:00

18 lines
539 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 🌱 Tutoriels Git
Bienvenue dans ce dossier dédié à **Git**, loutil incontournable de gestion de versions.
Ici, je regroupe mes notes, astuces et bonnes pratiques pour avoir toujours sous la main les commandes essentielles.
---
## 📑 Sommaire
- [📘 Bases de Git](./bases.md) initialisation, commits, branches
---
## 💡 Ressources utiles
- 📖 [Documentation officielle Git](https://git-scm.com/doc)
- 📝 [Git Cheat Sheet (GitHub Education)](https://education.github.com/git-cheat-sheet-education.pdf)
---