Heroku aliases

This commit is contained in:
Andrew Tomaka 2015-04-28 14:44:42 -04:00
parent 18ae9e4404
commit 3d9960fa14

View file

@ -54,6 +54,9 @@ alias gs="git status"
alias gup="git remote update --prune"
alias gw="git diff --check"
alias Grep='grep'
alias h='heroku'
alias hp='git push heroku master'
alias hip='heroku logs -n 1500 | grep -o "[0-9]\+\.[0-9]\+\.[0-9]\+\.[0-9]\+" | sort | uniq'
alias jb="./gradlew"
alias jbd="./gradlew dependencies"
alias jbr="./gradlew run"