git-workflow

Installation
SKILL.md

Git Workflow

When to use this skill

  • Creating meaningful commit messages
  • Managing branches
  • Merging code
  • Resolving conflicts
  • Collaborating with team
  • Git best practices

Instructions

Step 1: Branch management

Create feature branch:

# Create and switch to new branch
git checkout -b feature/feature-name
Related skills

More from jeo-tech-ai/oh-my-gods

Installs
1
GitHub Stars
3
First Seen
Mar 20, 2026