Pushes commits to remote repository. Use when user wants to push, upload commits, or send changes to remote.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add sasamuku/dotfiles --skill push --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Push?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/sasamuku-push)More formats (shields.io, HTML) on the badges page.
---
name: push
description: Pushes commits to remote repository. Use when user wants to push, upload commits, or send changes to remote.
disable-model-invocation: true
---
# Push
コミットをリモートリポジトリにプッシュする。
## タスク
現在のブランチのコミットをリモートリポジトリへプッシュする。
```bash
git push
```
upstream が未設定の場合:
```bash
git push -u origin $(git branch --show-current)
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!