git-operations

Installation
SKILL.md

Git Operations Skill

Perform git operations for code management, debugging, and repository maintenance.

When to Use This Skill

  • Need to check commit history
  • Investigating code changes
  • Managing branches and tags
  • Resolving merge conflicts
  • Checking repository status

Steps

  1. Check status — git status
  2. View history — git log --oneline -20
  3. Find commits — git log --grep="pattern"
  4. Check differences — git diff HEAD~1
  5. List branches — git branch -a
Installs
1
GitHub Stars
18
First Seen
Jun 16, 2026
git-operations — agenticdevops/aof