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.
|
||||
|
||||
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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user