git-advanced-workflows

Master advanced Git techniques to maintain clean history, collaborate effectively, and recover from any situation with confidence.

Content Preview
---
name: git-advanced-workflows
description: "Master advanced Git techniques to maintain clean history, collaborate effectively, and recover from any situation with confidence."
risk: unknown
source: community
date_added: "2026-02-27"
---

# Git Advanced Workflows

Master advanced Git techniques to maintain clean history, collaborate effectively, and recover from any situation with confidence.

## Do not use this skill when

- The task is unrelated to git advanced workflows
- You need a differe
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/git-advanced-workflows.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/git-advanced-workflows/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/git-advanced-workflows/SKILL.md

Related Skills