# guidelines-version-control > Version control guidelines for APAF projects. Use when creating new project repositories, commiting, managing branches, resolving merge conflicts, or reviewing pull requests to ensure clean, searchable, and maintainable project history. - Author: aidantay - Repository: aidantay/apaf-agentic-config - Version: 20260206205950 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/aidantay/apaf-agentic-config - Web: https://mule.run/skillshub/@@aidantay/apaf-agentic-config~guidelines-version-control:20260206205950 --- --- name: guidelines-version-control description: Version control guidelines for APAF projects. Use when creating new project repositories, commiting, managing branches, resolving merge conflicts, or reviewing pull requests to ensure clean, searchable, and maintainable project history. --- # Version Control Guidelines Comprehensive guide for version controlling projects, maintained by APAF. ## When to Apply Reference these guidelines when: - Creating new project repositories - Managing branches - Committing - Resolving merge conflicts - Reviewing pull requests ## Quick Reference ### 1. Git Guidelines - `git` - Git guidelines ## How to Use Read individual rule files for detailed explanations and code examples: ```text references/git-standards.md ``` ## Creating a New Rule 1. Create a new rule file in `references/` with the name `rule-name.md` (e.g., `git-standards.md`) 2. Fill in the content of the rule file 3. Ensure you have clear examples with explanations 4. Create a test case in `tests/skills/guidelines-version-control.md`