Skip to content

Instantly share code, notes, and snippets.

@SteveHoggNZ
Created February 4, 2018 21:54
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 SteveHoggNZ/37d0d4b3b804354e6e881dd494c2c6fd to your computer and use it in GitHub Desktop.
Save SteveHoggNZ/37d0d4b3b804354e6e881dd494c2c6fd to your computer and use it in GitHub Desktop.
Git - Create local branch from remote pull request
git clone https://github.com/awslabs/aws-mobile-react-native-starter.git
cd aws-mobile-react-native-starter
git fetch origin pull/49/head:feat/amplify-v2
git checkout feat/amplify-v2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment