Skip to content
Development
Command

/pull

git pull origin main 빠르게 실행

From plugin
claude-forge
80038 skills12 agents38 commands8 hooks
+1
Install
> /plugin marketplace add sangrokjung/claude-forge
> /plugin install claude-forge@claude-forge

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/pull

Context preview

What this command does when you run it.

git pull origin main 빠르게 실행

Command definition

pull.md
allowed-tools: Bash(git:*)
description: git pull origin main 빠르게 실행

/pull - Git Pull (Quick)

---

1단계: 현재 상태 확인

git branch --show-current
git status --short

커밋되지 않은 변경사항이 있으면 경고:

작업 중인 변경사항이 있습니다. stash 후 진행할까요? (Y/n)
  • Y: `git stash` 후 진행, pull 후 `git stash pop`
  • n: 그대로 pull 시도

---

2단계: Pull 실행

git pull origin main

---

3단계: 출력

성공 시

════════════════════════════════════════════════════════════════
  Git Pull
════════════════════════════════════════════════════════════════

  브랜치: {branch}
  상태: {up-to-date | N commits pulled}

════════════════════════════════════════════════════════════════

충돌 시

════════════════════════════════════════════════════════════════
  Git Pull
════════════════════════════════════════════════════════════════

  충돌 발생! 수동 해결 필요:
  {충돌 파일 목록}

════════════════════════════════════════════════════════════════
Ships withclaude-forge

Supercharge Claude Code with 11 AI agents, 36 commands & 15 skills — the claude-code plugin framework inspired by oh-my-zsh. 6-layer security hooks included. 5-min install.

Get the whole plugin