Heroku aliases
This commit is contained in:
parent
18ae9e4404
commit
3d9960fa14
1 changed files with 3 additions and 0 deletions
3
aliases
3
aliases
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue