Fix spelling

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2023-01-07 18:58:42 +01:00
parent ca5de02c56
commit 84c65f0324
3 changed files with 8 additions and 8 deletions

2
DCO
View file

@ -38,7 +38,7 @@ using your real name (sorry, no pseudonyms or anonymous contributions.)
The DCO 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**.
If you've pushed your changes to GitHub already you'll need to force push your branch after this with **git push -f**.
#### Alternative Sign-Off Methods in rare cases