feat(sync): adds --message flag for manual commit message
This commit is contained in:
parent
ac847f34ca
commit
cf7dbf5bee
2 changed files with 18 additions and 4 deletions
|
|
@ -322,6 +322,9 @@ If you're ahead of your Git repo, syncing will add your changes, commit them, an
|
|||
```bash
|
||||
# Sync with Git
|
||||
pda sync
|
||||
|
||||
# With a custom commit message.
|
||||
pda sync -m "added production credentials"
|
||||
```
|
||||
|
||||
`pda!` supports some automation via its config. There are options for `git.auto_commit`, `git.auto_fetch`, and `git.auto_push`. Any of these operations will slow down `pda!` because it means versioning with every change, but it does effectively guarantee never managing to desync oneself and requiring manual fixes, and reduces the frequency with which one will need to manually run the sync command.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue