Initial commit
This commit is contained in:
13
commands/create-branch.md
Normal file
13
commands/create-branch.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
allowed-tools: Bash(git status:*), Bash(git log:*), Bash(git branch), Bash(git diff:*), Read, Edit, Glob, Grep, LS
|
||||
description: 現在の変更を元に新しいブランチを作成
|
||||
---
|
||||
|
||||
# やること
|
||||
現在の変更を元に新しいブランチを作成してください。
|
||||
|
||||
# ブランチ名の参考にする情報
|
||||
- @CLAUDE.md
|
||||
- 直近のコミットの確認: `git log --oneline`
|
||||
- その他のブランチの確認: `git branch`
|
||||
|
||||
11
commands/create-commit.md
Normal file
11
commands/create-commit.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
allowed-tools: Bash(git status:*), Bash(git log:*), Bash(git branch), Bash(git diff:*), Bash(git add:*), Read, Edit, Glob, Grep, LS
|
||||
description: 現在の変更を元に新しいコミットを作成
|
||||
---
|
||||
|
||||
# やること
|
||||
現在の変更を元に新しいコミットを作成してください。
|
||||
|
||||
# コミットメッセージの参考にする情報
|
||||
- @CLAUDE.md
|
||||
- 直近のコミットの確認: `git log --oneline`
|
||||
Reference in New Issue
Block a user