File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -47,15 +47,17 @@ You can also use `webdiff` to view GitHub pull requests:
4747
4848This will download the files relevant to the Pull Request and run ` webdiff ` .
4949
50- If you run into GitHub API quota limits, you can set your credentials in a ` .githubrc ` file:
50+ If you run into GitHub API quota limits or you'd like to use webdiff with
51+ private repos, you can set your credentials in a ` .githubrc ` file:
5152
5253```
5354user.login: yourusername
54- user.password: yourpassword
55+ user.token: your-personal-access-tokens
5556```
5657
57- Make sure you chmod this file to only be readable by yourself. In the future
58- we'll support [ Oauth] [ ] .
58+ Make sure you chmod this file to only be readable by yourself. You can generate
59+ a personal access token for webdiff via github.com → profile → Settings →
60+ Personal access tokens. Make sure to grant all the "repo" privileges.
5961
6062
6163Development
You can’t perform that action at this time.
0 commit comments