Skip to content

Commit

Permalink
readme wording
Browse files Browse the repository at this point in the history
  • Loading branch information
curvedinf committed Aug 20, 2024
1 parent 92e21db commit fed8fff
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,16 +288,18 @@ To enable the `COMMIT_TO_GIT` feature, update the configuration:
dir-assistant config open
```

Change or add the following setting:
Change the following setting:

```toml
[DIR_ASSISTANT]
...
COMMIT_TO_GIT = true
```

Once enabled, the assistant will handle the Git commit process as part of its workflow. To undo a commit,
type `undo` in the prompt.
Once enabled, the assistant will ask for confirmation on any change you request to modify files. The assistant will
only change one file at a time, so for multi-file changes, you must make multiple prompts. If your prompt does not
involve a file modification, the assistant will not make any updates and it will work as though `COMMIT_TO_GIT` is off.
To undo a commit, type `undo` in the prompt.

## Running

Expand Down

0 comments on commit fed8fff

Please sign in to comment.