Skip to main content
motlin

git

by motlinv1.4.1

Git workflow automation with smart commits, conflict resolution, rebase management, worktree creation, and worktree cleanup

Installation guide →
1 skill 7 commandsproductivity GitHub

Commands

clean-worktrees

Remove git worktrees safely

commit-chunks

Split local changes into multiple logical commits

commit

Commit local changes to git

conflicts

Fix all merge conflicts and continue the git rebase

rebase-all

Rebase all branches onto a configurable upstream branch

split-branch

Split a branch with N commits into N branches with 1 commit each

worktree

Create a git worktree in a peer directory

Documentation

# git

Git workflow automation with smart commits, conflict resolution, rebase management, worktree creation, and worktree cleanup.

## Commands

### `/worktree`

Create a git worktree in a peer directory with project configuration files copied over.

### `/commit`

Commit local changes to git with intelligent file staging and commit message generation.

### `/commit-chunks`

Split local changes into multiple logical commits, proposing sensible groupings.

### `/conflicts`

Fix all merge conflicts and continue the git rebase automatically.

### `/rebase-all`

Rebase all branches onto a configurable upstream branch.

### `/clean-worktrees`

Remove git worktrees safely without using `--force`.

## Shared Files

- `shared/git-commit-instructions.md` - Common commit workflow and message conventions