-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: hbelmiro <[email protected]>
- Loading branch information
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,9 @@ You can also configure it globally (for every repo on your machine) by copying t | |
|
||
You can also sign off your contributions manually by doing ONE of the following: | ||
* Use `git commit -s ...` with each commit to add the sign-off or | ||
* Manually add a `Signed-off-by: Your Name <[email protected]>` to each commit message. | ||
* Manually add a `Signed-off-by: Your Name <[email protected]>` to each commit message. | ||
|
||
The email address must match your primary GitHub email. You do NOT need cryptographic (e.g. gpg) signing. | ||
* Use `git commit -s --amend ...` to add a sign-off to the latest commit, if you forgot. | ||
|
||
*Note*: Some projects will provide specific configuration to ensure all commits are signed-off. Please check the project's documentation for more details. |