You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The returned access_token is stored in `~/.gist` and used for all future gisting. If you need to you can revoke access from https://github.com/settings/connections/applications/4f7ec0d4eab38e74384e.
107
+
The returned `access_token` is stored in `~/.gist` and used for all future gisting. If you need to you can revoke access from https://github.com/settings/connections/applications/4f7ec0d4eab38e74384e.
108
108
109
109
### The username-password flow
110
110
@@ -148,7 +148,7 @@ Once you've done this and restarted your terminal (or run `source ~/.bashrc`), g
148
148
automatically use GitHub Enterprise instead of the public github.com
149
149
150
150
Your token for GitHub Enterprise will be stored in `.gist.<protocol>.<server.name>[.<port>]` (e.g.
151
-
`~/.gist.http.github.internal.example.com` for the GITHUB_URL example above) instead of `~/.gist`.
151
+
`~/.gist.http.github.internal.example.com` for the `GITHUB_URL` example above) instead of `~/.gist`.
152
152
153
153
If you have multiple servers or use Enterprise and public GitHub often, you can work around this by creating scripts
154
154
that set the env var and then run `gist`. Keep in mind that to use the public GitHub you must unset the env var. Just
@@ -165,7 +165,7 @@ Error: Bad credentials
165
165
166
166
# Library
167
167
168
-
You can also use Gist as a library from inside your ruby code:
168
+
You can also use Gist as a library from inside your ruby code:
169
169
170
170
Gist.gist("Look.at(:my => 'awesome').code")
171
171
@@ -181,11 +181,11 @@ If you need more advanced features you can also pass:
181
181
182
182
NOTE: The access_token must have the `gist` scope and may also require the `user:email` scope.
183
183
184
-
If you want to upload multiple files in the same gist, you can:
184
+
If you want to upload multiple files in the same gist, you can:
0 commit comments