Retour à la bibliothèque

Pousser avec Git

developmentSkill116 déploiements
Commande d'installation AntiGravity
$npx @aift/antigravity@latest pull development-git-pushing
À propos de cette ressource

Utilisez ce skill quand vous souhaitez enregistrer et envoyer des modifications dans Git avec des messages de commit conventionnels. Ce skill sert à effectuer des commits et à pousser des changements vers un dépôt distant, notamment sur GitHub, en réponse à des demandes telles que "pousser les modifications", "committer et pousser", "pousser ceci" ou d'autres requêtes similaires liées au workflow Git.

Instructions source (SKILL.md / XML)
---
name: git-pushing
description: Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activates when user says "push changes", "commit and push", "push this", "push to github", or similar git workflow requests.
---

# Git Push Workflow

Stage all changes, create a conventional commit, and push to the remote branch.

## When to Use

Automatically activate when the user:

- Explicitly asks to push changes ("push this", "commit and push")
- Mentions saving work to remote ("save to github", "push to remote")
- Completes a feature and wants to share it
- Says phrases like "let's push this up" or "commit these changes"

## Workflow

**ALWAYS use the script** - do NOT use manual git commands:

```bash
bash skills/git-pushing/scripts/smart_commit.sh
```

With custom message:

```bash
bash skills/git-pushing/scripts/smart_commit.sh "feat: add feature"
```

Script handles: staging, conventional commit message, Claude footer, push with -u flag.
🎁 1ère journée offerte (990 €) aux profils qualifiés

Déployer ce skill dans votre entreprise sans coder ?

Votre Directeur IA externalisé installe ces agents, connecte vos outils et forme vos équipes sur vos vrais cas métier (dès 990 € HT/mois).

Réserver mon audit offert (45 min) →