There was an error while loading. Please reload this page.
1 parent fed2b2c commit a337d55Copy full SHA for a337d55
man/gist.1.ron
@@ -43,6 +43,16 @@ You may additionally ask for help:
43
44
## CONFIGURATION
45
46
+There is two way to set github user and token info:
47
+
48
+ * Using env vars GITHUB_USER and GITHUB_TOKEN
49
50
+ $ export GITHUB_USER=johndoe
51
+ $ export GITHUB_TOKEN=mysecretgithubtoken
52
+ $ gist ~/example
53
54
+ * Using git-config(1)
55
56
Use git-config(1) to display the currently configured GitHub username:
57
58
$ git config --global github.user
0 commit comments