add auto to gacp

This commit is contained in:
fatalerrors
2026-05-05 16:25:13 +02:00
parent bc67399ebc
commit a7f7452b2b
3 changed files with 24 additions and 8 deletions

View File

@@ -186,6 +186,7 @@ change the default without having to pass flags every time.
| `GIT_MAIN_BRANCH` | `main` | Fallback main branch name used when remote HEAD cannot be detected |
| `GIT_DEFAULT_REMOTE` | `origin` | Default remote used by git helper functions |
| `GIT_WIP_PREFIX` | `wip` | Prefix used by `gwip` when generating automatic checkpoint messages |
| `GIT_GACP_AUTO_ADD` | `1` | Set to `1` to make `gacp` automatically add all modified files when no explicit file list is given; set to `0` to require explicit paths or the `-a` flag |
**`[info]`**