/git-push
コミット済みの変更をプッシュ
使用方法
code
/git-push [branch-name]
実行内容
- •
git statusで未プッシュのコミットを確認 - •ブランチ名が指定された場合:
git push -u origin [branch-name]を実行 指定されない場合:git pushで現在のブランチをプッシュ - •プッシュ結果を確認(既存PRがある場合は自動的に更新される)
推送已提交的变更
--- frontmattername: git-push description: コミット済みの変更をプッシュ argument-hint: [branch-name] disable-model-invocation: true
コミット済みの変更をプッシュ
/git-push [branch-name]
git status で未プッシュのコミットを確認git push -u origin [branch-name]を実行
指定されない場合: git pushで現在のブランチをプッシュ