---
description: using git
globs:
alwaysApply: false
---
- git commit must include a short detail and explanation, why, how, design choice, etc. (-m can be repeated for multiple paragraphs)
- disable the pager by piping commands like `git status`, `git show` (or diff, ...) to `cat`.