You may NOT use Google. These questions are to test how you are progressing through the material, and to give you some feedback about where you might improve. Get through as many of these as you can. If you don’t get through all of them it’s ok - they are designed to take longer than the available time. If you can’t remember a bit of code, write the pseudo-code that represents how you would write your Ruby code.
-
Press on the fork button at the top right of the page
-
Click on the
Clone or downloadgreen button and copy the https address
-
cdto thedesktopdirectory on your machine -
Run this command
git clone [the link you copied above] -
cdinto the directoryruby-test-a -
Run this command
git checkout -b [your-name]-solutions -
Start solving the questions in
index.rb
-
Run this command
git add . -
Run this command
git commit -m "challenge completed" -
Run this command
git push origin [your-name]-solutions -
Copy the pull request link that would have been generated from the command line and go back to GitHub
- Click on the green button
Make pull requestto make a pull request so I can review your code