git

Manage Git repositories with commits, branches, merges, and conflict resolution.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/LannieYoo/gangwon-business-portal --skill git-lannieyoo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git
Source: https://github.com/LannieYoo/gangwon-business-portal/tree/main/.agent/skills/dev-git
Command: npx skills add https://github.com/LannieYoo/gangwon-business-portal --skill git-lannieyoo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and commands for managing code versions, collaborating with teams, and resolving common Git issues, ensuring efficient and error-free software development workflows.

Core Features & Use Cases

  • Repository Management: Initialize, clone, and configure Git repositories.
  • Core Operations: Execute commits, pushes, pulls, branch management, and merges.
  • Conflict Resolution: Handle and resolve merge conflicts effectively.
  • Workflow Best Practices: Implement standard workflows like Feature Branching and Gitflow.
  • Use Case: When starting a new project, use this Skill to initialize a Git repository, set up your remote origin, and make your first commit.

Quick Start

Use the git skill to initialize a new Git repository in the current directory.

Frequently Asked Questions about git

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I initialize a git repository and set up a remote origin for a new project?

To initialize a git repository, execute standard Git commands to create the local repository, configure your remote origin, and make your first commit to establish code history tracking.

What is the best way to manage branching and merging in collaborative version control?

For collaborative version control, implement standard workflows like Feature Branching or Gitflow to manage branching and merging, ensuring efficient and error-free software development across team members.

How do I resolve merge conflicts effectively when pulling changes?

To resolve merge conflicts, utilize standard Git commands to identify conflicting files, manually edit the code to consolidate changes, and complete the merge to maintain a clean code history.

Can I use this for standard collaborative workflows like Feature Branching and Gitflow?

Yes, this supports common workflows and best practices for collaborative software development, including Feature Branching and Gitflow, to manage code versions and team contributions effectively.

What core operations are supported for managing code history in a repository?

Core operations for managing code history include executing commits, pushes, pulls, branch management, and merges, allowing you to track changes and synchronize with remote repositories.

Why use structured version control workflows for software development?

Structured version control workflows prevent errors during collaboration by standardizing how branches and merges are handled, ensuring efficient code history management and seamless team synchronization.