📝 Mémo Git
Référence rapide pour les commandes GitUn outil de référence complet pour les commandes Git. Recherchez et copiez les commandes Git avec leurs descriptions, exemples d'utilisation et catégories.
categories.basic(6)
Commande | Description | Utilisation | Catégorie | Actions |
---|---|---|---|---|
git init | commands.git_init.description | commands.git_init.usage | categories.basic | |
git clone | commands.git_clone.description | commands.git_clone.usage | categories.basic | |
git add | commands.git_add.description | commands.git_add.usage | categories.basic | |
git commit | commands.git_commit.description | commands.git_commit.usage | categories.basic | |
git status | commands.git_status.description | commands.git_status.usage | categories.basic | |
git log | commands.git_log.description | commands.git_log.usage | categories.basic |
categories.branch(3)
Commande | Description | Utilisation | Catégorie | Actions |
---|---|---|---|---|
git branch | commands.git_branch.description | commands.git_branch.usage | categories.branch | |
git checkout | commands.git_checkout.description | commands.git_checkout.usage | categories.branch | |
git merge | commands.git_merge.description | commands.git_merge.usage | categories.branch |
categories.remote(3)
Commande | Description | Utilisation | Catégorie | Actions |
---|---|---|---|---|
git remote | commands.git_remote.description | commands.git_remote.usage | categories.remote | |
git push | commands.git_push.description | commands.git_push.usage | categories.remote | |
git pull | commands.git_pull.description | commands.git_pull.usage | categories.remote |
categories.undo(2)
Commande | Description | Utilisation | Catégorie | Actions |
---|---|---|---|---|
git reset | commands.git_reset.description | commands.git_reset.usage | categories.undo | |
git revert | commands.git_revert.description | commands.git_revert.usage | categories.undo |
categories.tag(1)
Commande | Description | Utilisation | Catégorie | Actions |
---|---|---|---|---|
git tag | commands.git_tag.description | commands.git_tag.usage | categories.tag |
categories.config(1)
Commande | Description | Utilisation | Catégorie | Actions |
---|---|---|---|---|
git config | commands.git_config.description | commands.git_config.usage | categories.config |