CONTRIBUTING.md: add how to create a GitHub token by javeme · Pull Request #1820 · apache/hugegraph
| git push origin bugfix-branch:bugfix-branch | ||
| ``` | ||
|
|
||
| Note that since GitHub requires submitting code through `username + token` (instead of using `username + password` directly), you need to create a GitHub token from https://github.com/settings/tokens: |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems it's not necessary for normal user/dev to use this?
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mainly for new contributors
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
todo:
- we should let dev use
sshto push code later (not recommend for http way)
This file contains hidden or 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