git-helper
Installation
SKILL.md
Git Helper
Git commands translated for vibecoders.
The Only Commands You Really Need
Save Your Work
git add .
git commit -m "describe what you changed"
Upload to GitHub/Remote
git push
Git commands translated for vibecoders.
git add .
git commit -m "describe what you changed"
git push