Git Command Builder
Constructeur interactif de commandes Git pour les operations courantes.
Commande generee
git status
Aide-memoire
git init | Initialiser un depot |
git clone <url> | Cloner un depot |
git status | Voir l'etat actuel |
git add . | Ajouter tous les fichiers |
git commit -m "msg" | Creer un commit |
git push | Pousser vers remote |
git pull | Tirer depuis remote |
git log --oneline | Historique compact |