0
0

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 3 years have passed since last update.

[メモ]bash 使って便利だったエイリアス集

0
Posted at

[エイリアス]
alias do='docker-compose'
alias re='docker-compose restart'
alias c='git checkout'
alias spec='docker-compose exec app bundle exec rspec'
alias rubo='docker-compose exec app bundle exec rubocop'
alias gate='ssh gate -D 指定の番号'

●追加した方が便利かも
docker exec -it app bash

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?