mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-20 13:45:54 +00:00
Add /cp and c+p as shorthands for commit and push
This commit is contained in:
parent
7d7200f9a8
commit
cb093ffd12
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue