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
Installs
16
GitHub Stars
3
First Seen
Mar 11, 2026
git-workflow — akillness/oh-my-gods