Skip to content

Instantly share code, notes, and snippets.

@nishina555
Last active April 21, 2017 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nishina555/1f7cc175b4c0438c6d782b020a7b9a57 to your computer and use it in GitHub Desktop.
Save nishina555/1f7cc175b4c0438c6d782b020a7b9a57 to your computer and use it in GitHub Desktop.

Before

### ログイン
### 開発環境の場合
ssh dev
### 本番環境の場合
ssh prod

### ディレクトリの移動
cd /path/to/application

After

### ログイン
  ### 開発環境の場合
  ssh dev
  ### 本番環境の場合
  ssh prod

### ディレクトリの移動
cd /path/to/application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment