Revert Fork
Description
# `revert-fork` - 커밋을 새 브랜치로 옮기고 기존 브랜치 revert ## 사용법 - `revert-fork` 또는 `revert-fork <branch_name>` ## 상황 - 이미 작업 내용을 다른 브랜치에서 작업을 완료하고 커밋까지 진행한 상황 ## 동작 1. `CURRENT_BRANCH=$(git branch --show-current)` - 현재 작업 중인 브랜치 확인 2. `git checkout -b <new-branch-name>` - 새 브랜치 생성 및 이동 3. `git checkout $CURRENT_BRANCH` - 기존 브랜치로 돌아가기 (변수 사용) 4. `git reset --hard HEAD~1` - 기존 브랜치에서 커밋과 변경사항 모두 취소 5. `git checkout <new-branch-name>` - 새 브랜치로 이동 ## 결과 - **기존 브랜치**: 원래 상태로 복원 - **새 브랜치**: 기존 커밋이 반영된 상태 #
Installation
Installs to ~/.claude/skills/yw-ray-claude_setup-revert-fork/SKILL.md
mkdir -p ~/.claude/skills/yw-ray-claude_setup-revert-fork && curl -fsSL https://raw.githubusercontent.com/yw-ray/claude_setup/HEAD/commands/revert-fork.md -o ~/.claude/skills/yw-ray-claude_setup-revert-fork/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11