Git Filtered Merge

Filtered squash merge: take only matching paths (e.g., doc/) from a source branch and apply them to a target branch via squash merge, PR creation. Use when: (1) User says 'filtered merge', 'sync doc to develop', 'cherry-pick directory', (2) User wants to sync a subset of changes between branches, (3) User needs to apply only specific directory or file changes from one branch to another.

takazudo 3d2d32d 2.0 KB Updated

File contents

takazudo/claude-resources/tree/main/skills/git-filtered-merge commit 3d2d32d2fc

Frequently asked questions

npx skillmds@latest add takazudo/git-filtered-merge