Add /cp and c+p as shorthands for commit and push

This commit is contained in:
Peter Steinberger 2025-06-28 14:11:04 +02:00
parent 7d7200f9a8
commit cb093ffd12

View file

@ -60,7 +60,7 @@ NEVER give a code reference or location in any other format.
**IMPORTANT**: NEVER USE GREP. ALWAYS USE RIPGREP!
## Git Commands
When asked to "commit and push" or "commit + push", use a single command:
When asked to "commit and push", "commit + push", "/cp", or "c+p", use a single command:
```bash
git add -A && git commit -m "commit message" && git push
```