fix(docs): Fix code block delimiters in commands.md (#5521)

Co-authored-by: Sandy Tao <sandytao520@icloud.com>
This commit is contained in:
David Rees
2025-08-05 16:30:57 -07:00
committed by GitHub
parent 91035ad7b0
commit 805114aef8

View File

@@ -256,7 +256,7 @@ Please generate a Conventional Commit message based on the following git diff:
```diff
!{git diff --staged}
````
```
"""
@@ -277,7 +277,7 @@ First, ensure the user commands directory exists, then create a `refactor` subdi
```bash
mkdir -p ~/.gemini/commands/refactor
touch ~/.gemini/commands/refactor/pure.toml
````
```
**2. Add the content to the file:**