Guest User

Untitled

a guest
Aug 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. Upload To Gist
  2. ==============
  3. A simple Sublime Text 2 plugin to upload the current file to Github.
  4.  
  5. Usage
  6. -----
  7. Run 'Upload To Github' from the command palette.
  8.  
  9. Setup
  10. ------------
  11. First ensure that git is in PATH.
  12.  
  13. If you haven't already, run `git config --global github.user <username>` and `git config --global github.token <token>`.
  14.  
  15. This plugin depends on curl on Linux, as the Python interpreter is compiled without SSL support there. It *should* work fine on Windows, but this is not tested.
Add Comment
Please, Sign In to add comment