Skip to content

Instantly share code, notes, and snippets.

@alistairsykes
Created December 2, 2019 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alistairsykes/5b46d851f5dd340c188c47679c09de93 to your computer and use it in GitHub Desktop.
Save alistairsykes/5b46d851f5dd340c188c47679c09de93 to your computer and use it in GitHub Desktop.
description: "Install git-pull-request"
steps:
- run:
name: Install hub
command: |
HOMEBREW_NO_AUTO_UPDATE=1 brew install hub
echo eval "$(hub alias -s)" >> $BASH_ENV
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment