Formating

This commit is contained in:
Jack-Benny Persson 2025-04-25 12:22:00 +02:00
parent 2dbfb5e6ce
commit fce097f415

View File

@ -11,15 +11,15 @@ with a patch by following these instructions:
2. Then, make your changes to the code.
Now it's time to prepare the patch. Run the following commands:
3. Now it's time to prepare the patch. Run the following commands:
```bash
git add <file-with-changes>
git commit -m "Write a good commit message here"
git format-patch -1
```
```bash
git add <file-with-changes>
git commit -m "Write a good commit message here"
git format-patch -1
```
Git will now create a `.patch` file in the current directory.
Git will now create a `.patch` file in the current directory.
3. Attach this `.patch` file in an email to me at
[jack-benny@cyberinfo.se](mailto:jack-benny@cyberinfo.se).