Files
mash-lab/MOper/vscode-git.man
2025-09-03 21:09:07 +00:00

12 lines
232 B
Groff
Raw 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.
# 1. Vérifier létat du dépôt
git status
# 2. Ajouter les fichiers modifiés
git add .
# 3. Faire le commit avec un message
git commit -m "Ton message de commit"
# 4. Pousser vers la branche principale
git push origin main