Skip to content

Instantly share code, notes, and snippets.

@thapakazi
Created June 27, 2013 01:03
Show Gist options
  • Save thapakazi/5873183 to your computer and use it in GitHub Desktop.
Save thapakazi/5873183 to your computer and use it in GitHub Desktop.
#gist :D
###Gist
-- a gem to upload snippets to https://gist.github.com
###How to install first ??
if ruby is installed then `gem install gist`
if you're using bundler then `source :rubygems gem gist`
###How to use it ?
- to associate gist with github account
`gist --login`
- to upload the contents of file x.abc
`gist a.rb`
- upload multiple file
`gist a b c d e *.rb`
- in case to use your clipboard
`gist -P`
- to create private gist
`tist -p`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment