Skip to content

Instantly share code, notes, and snippets.

@ihollander
Created March 10, 2020 17:51
Show Gist options
  • Save ihollander/99c1d274457cdd4a1b3e7571c2a02943 to your computer and use it in GitHub Desktop.
Save ihollander/99c1d274457cdd4a1b3e7571c2a02943 to your computer and use it in GitHub Desktop.
JS Mini Challenge Instructions

JS Mini Challenge Instructions

Setup

  • Open the Github link from the Assignments page on Learn
  • Don't fork!
    • Click the green 'Clone or download' button and copy the link to clone the repository
    • Then in your terminal: git clone the link, and cd into the assignment directory
  • Create your own branch off master: git checkout -b your-name

Submitting

  • Commit changes when you're done with the deliverables
    • Make sure you're in the root directory of the project, then git add . to track your changes
    • Add a commit message: git commit -m 'deliverables done'
  • When you're done: git push -u origin your-name
  • Go to the Github repo for the assignment
  • You should see your branch at the top of the page with a button that says 'Compare and Pull Request' - click that! (you might need to refresh the page if you don't see it)
  • Then click the button 'Create Pull Request'
  • Get the link from your Pull Request, paste into Assignments page on Learn, and submit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment