diff options
| author | Mirek Kratochvil <exa.exa@gmail.com> | 2026-09-10 21:25:03 +0200 |
|---|---|---|
| committer | Mirek Kratochvil <exa.exa@gmail.com> | 2026-09-10 21:26:20 +0200 |
| commit | 7b4649dd62f75cd3df4f96b0e493c37659378679 (patch) | |
| tree | bc36b5acfdc8f8e5ee0d98675d7b1c874a7b6dcc /README.md | |
| parent | 3a35c8bcc3d22a3fd3d1ad49f8da72b9da2d562f (diff) | |
| download | git-auto-acp-7b4649dd62f75cd3df4f96b0e493c37659378679.tar.gz git-auto-acp-7b4649dd62f75cd3df4f96b0e493c37659378679.tar.bz2 | |
commit series
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -10,6 +10,7 @@ git-auto-acp -- automatically add-commit-push files Usage: git-auto-acp [-d|--commit-delay ARG] [(-L|--local) | (-D|--push-delay ARG)] ((-a|--add PATH) | (-A|--add-all PATH)) [-m|--message MSG] + [--debug] Available options: -d,--commit-delay ARG debuounce delay for adding and commiting new changes @@ -18,9 +19,10 @@ Available options: -D,--push-delay ARG push changes upstream with this debuounce delay (default: 60.0) -a,--add PATH paths to auto-add - -A,--add-all PATH like `--add' but auto-adds file removals + -A,--add-all PATH like `--add' but also auto-adds file removals -m,--message MSG commit message for auto-commits - (default: "update to filesystem state") + (default: "[auto-acs] update #%n") + --debug be super verbose about what's happening -h,--help Show this help text --version Show version information |
