提交 e39364d5 编写于 作者: M Mislav Marohnić 提交者: GitHub

Merge pull request #1563 from github/environment-variables-docs

Document available environment variables
......@@ -118,6 +118,20 @@ this can be affected with the `GITHUB_HOST` environment variable:
$ GITHUB_HOST=my.git.org git clone myproject
### Environment variables
* `HUB_VERBOSE`:
Enable verbose output from hub commands.
* `HUB_CONFIG`:
Set the location of a custom config file (default: `~/.config/hub`).
* `HUB_PROTOCOL`:
Use one of "https|ssh|git" as preferred protocol for git clone/push.
* `GITHUB_TOKEN`:
OAuth token to use for GitHub API requests.
## BUGS
<https://github.com/github/hub/issues>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册