# Tool: Find Prompt for Git Version Control Workflows

> Master Git history operations with the BOPINK Git Workflow Prompt Generator. Built for Lead Developers and Release Engineers, this tool constructs prompt instructions for resolving complex merge conflicts, executing clean interactive rebases, restoring deleted commits via git reflog, and setting up Trunk-Based or GitFlow branch strategies.

**Category**: prompts-code-design | **Target AI Models**: Gemini 3.6 Flash, GPT-4o

## Domain Parameters:
- `gitAction` (select): Git Scenario & Command Context (Default: "Rebase")
- `branchStrategy` (select): Team Branch Strategy (Default: "Trunk-Based")
- `stashSafety` (toggle): Auto-Stash Working Directory (Default: "true")
- `targetBranch` (input): Upstream Target Branch Name (Default: "main")

## Master Prompt Engineering Architecture (5 Pillars):
1. **Role & Persona**: Domain expert framing
2. **Task & Deliverable**: Primary objective & constraints
3. **Context & Parameters**: Technical specs & camera/stack parameters
4. **Negative Constraints**: Forbidden artifacts & bad practices
5. **Output Spec**: Section formatting & XML/Markdown structure

## Programmatic API Execution:
```http
POST /api/generate-prompt
Content-Type: application/json

{
  "toolSlug": "find-prompt-for-git-version-control-workflows",
  "rawPrompt": "Your raw concept here",
  "thinkingLevel": "HIGH"
}
```
