4
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

gist使い方

Last updated at Posted at 2015-06-29

gistの使い方をまとめた

```sudo gem install gist```でインストール ```gist --login```でログイン ```gist ファイル名```で投稿 ```gist -d "コメント" ファイル名```でコメント付き投稿 ```gist -p ファイル名```でプライベート投稿 ```gist -u URL ファイル名```でファイルの更新 ```gist -h```でヘルプ 手軽にコードをあげられるから便利
4
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?