Browse Source

Update HowToApplyLicense.md

pull/560/head
dstala 3 years ago committed by GitHub
parent
commit
cae40a1598
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      contribute/HowToApplyLicense.md

2
contribute/HowToApplyLicense.md

@ -52,8 +52,10 @@ like `git config --global alias.ci 'commit -s'`. Now you can commit with
`git ci` and the commit will be signed.
### Configure your Git username/email
```bash
git config --global user.name "FirstName LastName"
git config --global user.email "email@provider.com"
```
Refer [here](https://support.atlassian.com/bitbucket-cloud/docs/configure-your-dvcs-username-for-commits/) for additional details

Loading…
Cancel
Save