7 lines
280 B
Plaintext
7 lines
280 B
Plaintext
---
|
|
description: Outlines version control practices for Python projects, including using Git, GitHub Flow, and Conventional Commits.
|
|
globs: **/.git/**/*
|
|
---
|
|
- Use Git for version control.
|
|
- Follow the GitHub Flow branching strategy.
|
|
- Use Conventional Commits for commit messages. |