Created
February 4, 2018 21:54
-
-
Save SteveHoggNZ/37d0d4b3b804354e6e881dd494c2c6fd to your computer and use it in GitHub Desktop.
Git - Create local branch from remote pull request
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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