aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 844f0ed8d9f769f7ca3e8926043e9869de7f43a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# git-auto-acp: automatically add, commit and push changed files

This does exactly as the header says.

Help is as follows:

```
git-auto-acp -- automatically add-commit-push files

Usage: git-auto-acp [-d|--commit-delay ARG] 
                    [(-L|--local) | (-D|--push-delay ARG)] 
                    ((-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

This program is free software; see LICENSE file for details.
```