diff options
| author | Mirek Kratochvil <exa.exa@gmail.com> | 2026-09-25 23:13:39 +0200 |
|---|---|---|
| committer | Mirek Kratochvil <exa.exa@gmail.com> | 2026-09-25 23:13:39 +0200 |
| commit | c98504e6a532bc0bf7c5bfdfdaed67532f2a01e5 (patch) | |
| tree | c9fb3304acf554c1ab216d0ddc097418f5db1d57 /README.md | |
| parent | ed0dae74960919c61d4906d5bfdd1e437ffc1ef2 (diff) | |
| download | git-auto-acp-master.tar.gz git-auto-acp-master.tar.bz2 | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -9,22 +9,23 @@ 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] + ((-u|--update PATH) | (-a|--add PATH) | (-A|--add-all PATH)) + [-m|--message MSG] [--debug] Available options: + --version Show version information + -h,--help Show this help text -d,--commit-delay ARG debuounce delay for adding and commiting new changes (default: 5.0) -L,--local only work locally, do not push -D,--push-delay ARG push changes upstream with this debuounce delay (default: 60.0) + -u,--update PATH like `--add' but does not add new files -a,--add PATH paths to auto-add -A,--add-all PATH like `--add' but also auto-adds file removals -m,--message MSG commit message for auto-commits (default: "[auto-acs] update #%n") --debug be super verbose about what's happening - -h,--help Show this help text - --version Show version information This program is free software; see LICENSE file for details. ``` |
