mirror of
https://github.com/pi-hole/pi-hole
synced 2024-10-30 12:19:25 +00:00
Created How to signoff your commits. (markdown)
parent
34c925027f
commit
ea3bc1ca00
7
How-to-signoff-your-commits..md
Normal file
7
How-to-signoff-your-commits..md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#### Pi-hole requires a sign-off message in the following format appear on each commit in the pull request:
|
||||||
|
|
||||||
|
```
|
||||||
|
Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
|
||||||
|
```
|
||||||
|
|
||||||
|
The text can either be manually added to your commit body, or you can add either **-s** or **--signoff** to your usual git commit commands. _If you forget to add the sign-off you can also amend a previous commit with the sign-off by running **git commit --amend -s**. If you've pushed your changes to Github already you'll need to force push your branch after this with **git push -f**_.
|
Loading…
Reference in New Issue
Block a user