Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始めるgit
スター3
フォーク1
更新日2026年5月30日 01:17
Version control.
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Version control.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Application programming interface.
Does CI work?
Did it work?
Is everything okay?
Is it running?
Does this meet standards?
| name | git |
| description | Version control. |
| license | MIT |
| metadata | {"author":"vant","version":"1.0"} |
Version control.
| Command | What |
|---|---|
| git status | Working tree |
| git add | Stage changes |
| git commit | Save changes |
| git push | Upload |
| git pull | Download |
| git clone | Copy repo |
git checkout -b new-branch
git branch -d old-branch
git merge feature
git log --oneline
git diff HEAD~1
git show commit:file
git remote -v
git fetch origin
git rebase main
## Git
| Branch | Status |
|--------|--------|
| main | [current] |
### Changes
- [staged]: [n]
- [unstaged]: [n]
Role: Git User
Input: Changes
Output: Tracked
Version control.