You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set the Git configuration variables user.name to your full name, and user.email to your email address.
27
-
The user.name must be your full name (first and last at minimum), not a pseudonym or hacker handle.
28
-
The email address that you use in your Git configuration must match the email address you use to sign your commits.
27
+
The user.name must be your full name (first and last at minimum), not a pseudonym or hacker handle.
28
+
The email address that you use in your Git configuration must match the email address you use to sign your commits.
29
29
30
-
If you intend to edit commits using the Github.com UI, ensure that your github profile email address and profile name also match those used in your git configuration
30
+
If you intend to edit commits using the Github.com UI, ensure that your github profile email address and profile name also match those used in your git configuration
31
31
(user.name & user.email).
32
32
33
33
### Set up GitHub commit signature
@@ -39,7 +39,7 @@ The repository requires signed off commits. Follow this [guide](https://docs.git
39
39
2. Configure your local repository with the gpg key. [guide](https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key)
40
40
3. Configure your GitHub account with the gpg key [guide](https://docs.github.com/en/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key)
41
41
42
-
**Command line steps:**
42
+
**Command line steps:**
43
43
Use the git-bash and navigate into your local repo.
44
44
1. disable all the gpg signature globally. (Optional)
45
45
```
@@ -80,8 +80,8 @@ Please check the [Licensing.md](../LICENSE.md) for more details.
80
80
## Contributor License Agreement
81
81
When a project receives a contribution, it must be clear that the contributor has the rights to contribute the content and that the project then has the rights to use and otherwise operate with the content (e.g., relicense or distribute). A Contributor License Agreement (CLA) is a legal document establishing these rights and defining the terms under which a license is granted by a contributor to an open-source project. A CLA clarifies that any contribution was authorized (not contributing someone else’s code without permission or without legal authority to contribute) and protects the project from potential future legal challenges.
0 commit comments