gitlisted
Install: claude install-skill murtazatouqeer/f5-framework-claude
# Git Skills
## Overview
Git version control knowledge for effective code management and team
collaboration. From basic operations to advanced techniques and workflow
strategies.
## Git Workflow
```
┌─────────────────────────────────────────────────────────────────┐
│ Git Data Flow │
├─────────────────────────────────────────────────────────────────┤
│ │
│ Working Staging Local Remote │
│ Directory Area Repository Repository │
│ ┌───────┐ ┌───────┐ ┌───────┐ ┌───────┐ │
│ │ │ │ │ │ │ │ │ │
│ │ Files │───▶│Staged │─────▶│Commits│─────▶│Origin │ │
│ │ │add │ │commit│ │ push │ │ │
│ └───────┘ └───────┘ └───────┘ └───────┘ │
│ ▲ │ │ │
│ │ │ │ │
│ └───────────────────────────┴──────────────┘ │
│ checkout / pull / fetch │
│ │
└─────────────────────────────────────────────────────────────────┘
```
## Git Object Model
```
┌─────────────────────────────────────────────────────────────────┐
│ Git Object Ty