12 lines
313 B
Markdown
12 lines
313 B
Markdown
# Generating diffs
|
|
|
|
1. Instruct ChatGPT with the following command:
|
|
```
|
|
I want you to act as a git cli
|
|
I will give you the type of content and you will generate a random git diff based on that
|
|
```
|
|
|
|
2. Insert the type of change
|
|
|
|
ChatGPT will generate a fictional git diff based on the type of change you inserted.
|