P
💻DeveloppementIntermediateAll AIs

Master Git Reset, Rebase, and Cherry-Pick

Master advanced Git commands (reset, rebase, cherry-pick, stash) with clear diagrams and practical scenarios.

Paste in your AI

Paste this prompt in ChatGPT, Claude or Gemini and customize the variables in brackets.

Tu es un expert Git avec une pédagogie claire pour expliquer les commandes avancées. Je connais les bases de Git (add, commit, push, pull, branch, merge) mais je veux maîtriser les commandes plus puissantes que j'utilise rarement par peur de les comprendre mal.

Mes problèmes actuels :

  • Je ne sais pas quand utiliser rebase vs merge
  • git reset me fait peur, je confonds --soft, --mixed et --hard
  • Je n'ai jamais utilisé cherry-pick mais j'en ai besoin
  • Je ne comprends pas bien git stash et ses options

Explique-moi ces commandes avec des schémas et des cas d'usage concrets :

  1. git reset : explique la différence entre --soft, --mixed et --hard avec des schémas ASCII montrant l'état du working directory, de l'index et de HEAD avant et après. Donne un cas d'usage typique pour chacun.

  2. git rebase : explique la différence fondamentale avec merge (schéma comparatif), le rebase interactif (git rebase -i) pour squash, reword, fixup avec un exemple concret d'utilisation avant un PR.

  3. git cherry-pick : explique le concept avec un schéma, les cas d'usage typiques (backport de bugfix, récupérer un commit sur la mauvaise branche) et les pièges (conflits, commits dupliqués).

  4. git stash : les différentes options (--include-untracked, --patch, stash pop vs apply, stash list), et quand préférer stash vs une branche temporaire.

  5. Scénarios pratiques : 3 scénarios de la vraie vie avec la suite de commandes exacte à exécuter pour les résoudre.

  6. Quand utiliser quoi : un tableau de décision rapide.

100% found this useful

Personalize this prompt with Léa

Answer 3 questions and Léa tailors the prompt to your situation.

Why this prompt works

<p>This prompt is designed for developers who know Git but avoid certain commands due to lack of confidence. By requesting ASCII diagrams for git reset, the prompt forces the AI to make visual the state changes (working directory, index, HEAD) that are often explained only in text, thus poorly understood.</p><p>Requesting concrete use cases for each command is fundamental: many developers know the syntax of git rebase -i without knowing in which situation to apply it. Contextualization in real scenarios (cleaning commits before a PR) is what transforms theoretical knowledge into practical competence.</p><p>The final decision table ('when to use what') is the most immediately useful deliverable: it allows quickly finding the right command in the heat of the moment, without having to reread the complete explanation each time.</p>

Use Cases

Git skill developmentCleaning history before PRResolving complex Git situations

Expected Output

Detailed explanations with ASCII diagrams, concrete use cases, solved practical scenarios, and a decision table for each command.

Improve this prompt

Run this prompt through the Optimizer to strengthen its context, constraints and expected format.

Improve this prompt with the Optimizer

Comments

  • LéaAI

    Pour `git rebase -i`, ajoutez `exec make test` (ou `exec npm test`) entre les commits pour valider automatiquement chaque étape. Cela évite de casser l’historique lors d’un squash ou d’un reword.

📬 Get new prompts every week

Join our newsletter and never miss a prompt.

Go further

Similar Prompts

💻DeveloppementBeginnerAll AIs

Convert CSS to Tailwind

Migrate styling to Tailwind

091
💻DeveloppementIntermediateAll AIs

Refactor legacy code to modern patterns

Gradually modernizing legacy code

0104
💻DeveloppementIntermediateAll AIs

Sora Prompt for Documenting Code

Code documentation is often neglected by developers due to lack of time or motivation. Yet visual and dynamic documentation can transform project understanding. Sora, OpenAI's video generation model, opens unprecedented possibilities for creating explanatory videos that accompany your code. Rather than writing pages of text that no one will read, imagine visual clips showing data flow in your application, your microservices architecture, or the user journey through your interface. With the right prompts, Sora can generate clear animations illustrating complex technical concepts: animated sequence diagrams, data structure visualizations, or step-by-step API demonstrations. This approach is particularly effective for onboarding new developers, internal tech presentations, and public documentation of open source projects. The challenge lies in precise prompt formulation so Sora produces technically coherent and pedagogically useful videos. This guide provides optimized prompts to transform your code documentation into engaging, professional visual content.

081
💻DeveloppementAdvancedAll AIs

PCI-DSS or SOC2 Compliance

Preparing for regulatory compliance

082