/pull_test

Demonstrates some basic github use

Primary LanguageJavaScript

Salt n Peppa Practice

Check out this sweet repo! We're going to use it to practice Forking a repo, Cloning a repo, and making a Pull request.

Goals

  • Add a file
  • Put a console.log in file1.js
  • Make a pull request

Get started

  • Fork this repository
  • Go to the forked repo on your github
  • Copy the ssh or html key
  • Go to the directory on your local computer where you want this project to live (for example Desktop/SEI29/unit1/labs/) and put in the command git clone [YOUR LINK HERE].
  • Complete all the goals
  • Push your changes to your remote repository
  • Make a pull request
  • Pat yourself on the back