現在のブランチ名をシンプルに表示します。
Displays the current Git branch name in a simple format.
/plugin marketplace add Doarakko/dotfiles/plugin install doarakko-doarakko-config-claude@Doarakko/dotfiles現在のブランチ名をシンプルに表示します。
/branch-current
現在のブランチ名を表示します。
#!/bin/bash
# 現在のブランチ名を取得して表示
CURRENT_BRANCH=$(git branch --show-current)
echo "$CURRENT_BRANCH"
/branch-main: メインブランチに移動して更新/branch-switch: ブランチを切り替え/branch-create: 新しいブランチを作成/commit: 変更をコミット