feat: add rel alias for git_ops.release

This commit is contained in:
Inhji 2020-05-16 10:52:46 +02:00
parent fd920c28f5
commit 02ed370f0a
1 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@ alias trz="trezor-agent"
# Elixir
alias phx="iex -S mix phx.server"
alias rel="mix git_ops.release"
# SSH
alias tunnel="ssh -R 4444:localhost:4000 root@inhji.de"