Check out this sweet repo! We're going to use it to practice Forking a repo, Cloning a repo, and making a Pull request.
- Add a file
- Put a
console.log
infile1.js
- Make a pull request
- 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 commandgit clone [YOUR LINK HERE]
. - Complete all the goals
- Push your changes to your remote repository
- Make a pull request
- Pat yourself on the back