git-log
Installation
SKILL.md
Git Version Control Management Skill
This skill provides tools and workflows for managing git operations in software development projects. It supports code commits, push operations, branch management, and git history maintenance.
Quick Start
- Check git status: Review current changes before committing
- Stage changes: Add modified files to staging area
- Commit changes: Create commits with descriptive messages
- Push to remote: Upload commits to remote repository
- Review history: View git log to understand project history
Core Workflow
Committing Code Changes
When making code changes: