LoginSignup
0
0

More than 3 years have passed since last update.

オレオレコマンド集 キホンのk【随時更新】

Last updated at Posted at 2019-04-12

Docker

command Description
docker ps -a 全コンテナ表示
docker exec -it [コンテナ名] bash コンテナに入る
docker stop $(docker ps -q) 全コンテナ停止
docker rm $(docker ps -q -a) 全コンテナ削除
docker rmi $(docker images -q) 全イメージ削除

Git

command Description
git clone [url] 既存リポジトリの複製取得

Firebase

command Description
firebase login ログイン(要Googleアカウント)
firebase init 初期化
firebase use [プロジェクト名] プロジェクトを使う
firebase deploy デプロイする
firebase hosting:disable ホスティングを停止

IntelliJ(Mac)

command Description
Option + Command + L コードフォーマット
Control + Option + O インポート
command Description
command Description

おまけ

二郎系

command Description
ヤサイ 野菜追加
ニンニク ニンニク追加
アブラ 背脂追加
カラメ 味の濃さ
ヤサイ、カラメ

家系

command Description
カタメ、オオメ、コイメ (麺)固め、(脂)多め、(スープ)濃いめ
ライス 白米
0
0
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
0
0