diff options
Diffstat (limited to 'scripts/gist')
-rwxr-xr-x | scripts/gist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gist b/scripts/gist index ceda73f..31040bf 100755 --- a/scripts/gist +++ b/scripts/gist | |||
@@ -30,7 +30,7 @@ | |||
30 | # Since now a gist is a local cloned repo | 30 | # Since now a gist is a local cloned repo |
31 | # It is your business to do git commit and git push | 31 | # It is your business to do git commit and git push |
32 | 32 | ||
33 | # TODO push github.com (may need new token) | 33 | # TODO import to github repo (may need a new token) |
34 | # TODO test on bats, mac and remote machine | 34 | # TODO test on bats, mac and remote machine |
35 | # TODO completion | 35 | # TODO completion |
36 | 36 | ||