Skip to content

Instantly share code, notes, and snippets.

@underground
Last active February 2, 2017 05:39
Show Gist options
  • Save underground/7eda048222ff34ea0ebaca90d598f33a to your computer and use it in GitHub Desktop.
Save underground/7eda048222ff34ea0ebaca90d598f33a to your computer and use it in GitHub Desktop.
https://github.com/defunkt/gist
# インストール
gem install gist
# OAuth認証
gist --login
> githubのユーザー・パスワードを入力
# ファイルアップロード
gist ファイル名 # public
gist -p ファイル名 # secret
# ファイル更新
gist -u https://gist.github.com/gistID ファイル名
# gistのファイル一覧
gist -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment