Formating
This commit is contained in:
parent
2dbfb5e6ce
commit
fce097f415
14
README.md
14
README.md
@ -11,15 +11,15 @@ with a patch by following these instructions:
|
|||||||
|
|
||||||
2. Then, make your changes to the code.
|
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
|
```bash
|
||||||
git add <file-with-changes>
|
git add <file-with-changes>
|
||||||
git commit -m "Write a good commit message here"
|
git commit -m "Write a good commit message here"
|
||||||
git format-patch -1
|
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
|
3. Attach this `.patch` file in an email to me at
|
||||||
[jack-benny@cyberinfo.se](mailto:jack-benny@cyberinfo.se).
|
[jack-benny@cyberinfo.se](mailto:jack-benny@cyberinfo.se).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user