Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Git Advanced Workflows

Skill Verifiziert Aktiv

Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.

Zweck

To empower users to master advanced Git techniques for maintaining clean history, collaborating effectively, and recovering from any Git-related situation with confidence.

Funktionen

  • Interactive rebase for history editing
  • Cherry-picking specific commits across branches
  • Git bisect for bug introduction identification
  • Worktrees for simultaneous multi-branch development
  • Reflog for recovering lost commits and history
  • Detailed workflows for common advanced tasks

Anwendungsfälle

  • Cleaning up commit history before merging
  • Applying specific commits across branches
  • Finding commits that introduced bugs
  • Working on multiple features simultaneously
  • Recovering from Git mistakes or lost commits

Nicht-Ziele

  • Basic Git operations (commit, push, pull, branch)
  • Git server administration or configuration
  • Advanced CI/CD pipeline integration beyond Git workflows

Scope

  • info:Dry-run previewWhile Git commands like rebase and cherry-pick can be aborted, there isn't an explicit `--dry-run` equivalent for all operations documented.

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add wshobson/agents
/plugin install developer-essentials@claude-code-workflows

Qualitätspunktzahl

Verifiziert
95 /100
Analysiert 13 days ago

Vertrauenssignale

Letzter Commit15 days ago
Sterne35.3k
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen