GIT MASTER
Visualisez vos branches. Maîtrisez l'historique.
Network Graph
● clean working tree
← HEAD
COMMANDES
MISSION
1. Créez 2 commits sur main.
2. Créez une branche 'feat'.
3. Faites un commit sur 'feat'.
4. Revenez sur main et mergez.
Welcome to Git Bash v2.0
Type a command or use buttons.
Type a command or use buttons.
user@dev:~/project$
Flux de Travail
WD
Working Dir
Working Dir
→ add →
Index
Staging
Staging
→ commit →
Repo
Local
Local
Règles d'Or
- Ne jamais commit des secrets (API Keys).
- Messages de commit clairs (verbe impératif).
- Une branche par fonctionnalité (Feature Branch).