my-git

Content Style Guide

English 中文

This document governs all subsequent new articles to prevent the repository content from remaining a mere collection of links.

Questions Each Article Must Answer

  1. What practical problem does this solve?
  2. In what situations should it be used?
  3. In what situations should it be avoided?
  4. What is the safe practice?
  5. What are the high-risk operations?
  6. What is the underlying mental model?
# Title

## Problem

## Suitable Scenarios

## Recommended Practices

## Commands

## Examples

## Common Errors

## Further Reading

Writing Principles

Template Writing

Incident Handling

## Scenario: I did a certain operation incorrectly

### Symptoms

### Initial Checks

### Safe Handling

### High-Risk Handling

### What to Avoid

### Why It Works

Team Processes

## Problem

## Suitable Teams

## Unsuitable Scenarios

## Process

## Team Rules

## Common Failure Modes

AI Programming

## New Risks

## Git Control Strategy

## Review Checklist

## Commit Strategy

## Rollback Strategy