home/categories/git-workflows/inline-chat-inline-codex-skills-branch-out-skill-md
git-workflowsdevops

branch-out

Isolate a subset of changes from a dirty local worktree (usually on main) into a clean feature branch, then commit, push, and open a PR. Use when the user asks to "branch out", "isolate my changes", "move this work to a new branch", or create a clean PR from only selected files/hunks.

inline-chat
maintainer
inline-chat
Mis à jour 2/20/2026
Étoiles
647
Forks
26
quick start

Installation and usage

Isolate a subset of changes from a dirty local worktree (usually on main) into a clean feature branch, then commit, push, and open a PR. Use when the user asks to "branch out", "isolate my changes", "move this work to a new branch", or create a clean PR from only selected files/hunks.

Installation
$ install --globalskills.sh
Utilisation

Après l'installation, vous pouvez utiliser ce skill en exécutant la commande suivante dans votre terminal :

skills use branch-out