Skip to content

Commit

Permalink
Add verbosity. Maybe train myself away from aliases.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Hamill committed May 17, 2012
1 parent e591219 commit 851e060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ function gfb() {
fi
}

alias gpn='git push -u'
alias gpr='git pull-request'
alias gpn='echo "git push -u" && git push -u'
alias gpr='echo "git pull-request" && git pull-request'

alias in_app='oibsh app1.insights.prod.ec2.oib.com'
alias oib_jenkins='ssh -L8080:localhost:8080 -i ~/.ssh/oi-production-keypair.key ubuntu@ec2-50-17-93-145.compute-1.amazonaws.com'

0 comments on commit 851e060

Please sign in to comment.