- Open the Console!
- Open a Terminal
- Login to our VM -
ssh [email protected]
(Password is in coreos slack) - Navigate to the Console directory -
cd coding/matthewcarleton/console
- Lets update the pull requests list -
git fetch upstream
- Fetch a Pull request -
git fetch upstream pull/ID/head:BRANCHNAME
replaceID
with the pull request ID in github, andBRANCHNAME
with the name of the branch ( can be anything as long as it doesn't exist yet) - Checkout to our new branch with the pull request -
git checkout BRANCHNAME
- Webpack will automatically recompile and you should see the results!
This will create a branch named 4761
that contains the changes from pull request #4761,
now we can git checkout 4761
and webpack will recompile automatically and you should see the changes in
the Console!