11 lines
448 B
Markdown
11 lines
448 B
Markdown
```markdown
|
|
--- a/README.md
|
|
+++ b/README.md
|
|
@@ -167,7 +167,7 @@
|
|
1. **Repository Cloning**: Authenticates with Gitea and clones the repository
|
|
2. **AI Analysis**: Sends code and prompt to selected AI model
|
|
3. **Code Modification**: Applies AI-suggested changes to the codebase
|
|
-4. **Commit & Push**: Commits changes and pushes back to Gitea
|
|
+4. **Commit & Push**: Commits and pushes changes back to Gitea. The cloned repository is preserved.
|
|
```
|