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

  1. Check git status: Review current changes before committing
  2. Stage changes: Add modified files to staging area
  3. Commit changes: Create commits with descriptive messages
  4. Push to remote: Upload commits to remote repository
  5. Review history: View git log to understand project history

Core Workflow

Committing Code Changes

When making code changes:

Installs
1
First Seen
Jun 17, 2026
git-log — dudusoar/sdr-sentiment-analysis