Skip to content

Commit

Permalink
Merge pull request helm#13081 from robertsirc/Update-CONTRIBUTE.md
Browse files Browse the repository at this point in the history
Update CONTRIBUTE.md
  • Loading branch information
sabre1041 authored Aug 25, 2024
2 parents 6876ca0 + a01f19e commit 2736545
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,18 @@ Use your real name (sorry, no pseudonyms or anonymous contributions.)
If you set your `user.name` and `user.email` git configs, you can sign your commit automatically
with `git commit -s`.

The following command will update your git config with `user.email`:

``` bash
git config --global user.email joe.smith@example.com
```

This command will update your git config with `user.name`:

``` bash
git config --global user.name "Joe Smith"
```

Note: If your git config information is set properly then viewing the `git log` information for your
commit will look something like this:

Expand Down

0 comments on commit 2736545

Please sign in to comment.