File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 9
9
[ eventually] ( https://github.com/AWinterman/gist-put/blob/master/gist-put#L17-L20 ) ,
10
10
no files at all!
11
11
- it doesn't care if you reference files in ` pwd ` or in some distant
12
- directory, (this was a problem with the alternative I tried).
12
+ directory (this was a problem with the alternative I tried).
13
13
- it gets your credentials at your already-stated level of security
14
14
using the ` git credential ` tool. If ` git credentials ` doesn't know your
15
15
credentials, it'll probably error in an ugly way. [ This is an open
@@ -29,17 +29,17 @@ humor. Enjoy!
29
29
30
30
You'll love it, so why don't you npm install it:
31
31
```
32
- $ npm install git -put
32
+ $ npm install gist -put
33
33
```
34
34
35
35
36
36
If you ever decide you hate it, npm uninstall ftw!
37
37
38
38
```
39
- npm uninstall git -put
39
+ npm uninstall gist -put
40
40
```
41
41
42
- And then find ` git -put` among your [ authorized apps] ( https://github.com/settings/applications ) on github, and remove it from
42
+ And then find ` gist -put` among your [ authorized apps] ( https://github.com/settings/applications ) on github, and remove it from
43
43
the list.
44
44
45
45
I guess I could provide a commandline argument for this last step... If this is
@@ -57,7 +57,6 @@ $ gist-put file
57
57
``` bash
58
58
$ gist-put -u -d ' so many files to gist!' 1-file-to-gist 2-file-to-gist 3-file-to-gist
59
59
```
60
-
61
60
will make a public gist of the listed files with the description passed to
62
61
` -d ` , and return the url.
63
62
You can’t perform that action at this time.
0 commit comments