Skip to content

Instantly share code, notes, and snippets.

@hyuki0000
Last active August 29, 2015 14:24
Show Gist options
  • Save hyuki0000/34179ab830a5574f79ee to your computer and use it in GitHub Desktop.
Save hyuki0000/34179ab830a5574f79ee to your computer and use it in GitHub Desktop.
gistを使うとコマンドラインからgistを更新できる。

gist: Create & update your gists via the command line.

Install.

$ brew install gist
$ gist --help

Login.

$ gist --login

Create a gist.

$ gist hello.rb
https://gist.github.com/34179ab830a5574f79ee

Update your gist.

$ gist hello.rb -u https://gist.github.com/34179ab830a5574f79ee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment