mirror of
https://github.com/rzmk/commit-helper.git
synced 2025-12-19 05:29:24 +00:00
feat: add -p flag for git push after commit
This commit is contained in:
parent
5cd3c35814
commit
2b8d4b103e
4 changed files with 29 additions and 2 deletions
|
|
@ -28,6 +28,14 @@ If you want to run `git add -A` before committing, use the `-a` flag
|
|||
ch -a
|
||||
```
|
||||
|
||||
### `-p`
|
||||
|
||||
If you want to run `git push` after committing, use the `-p` flag
|
||||
|
||||
```bash
|
||||
ch -p
|
||||
```
|
||||
|
||||
### `--dry-run` or `-d`
|
||||
|
||||
If you want to do a dry run without actually adding or committing, use the `-d` or `--dry-run` flag.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue