Skip to content

Instantly share code, notes, and snippets.

@alistairsykes
Created December 2, 2019 14:20
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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