Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.16 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.16 KB

cohort29_vc

DO NOT FORK this repo.

I repeat DO NOT FORK this repo

Please accept the invitation to be a contributor for this special mission.

  1. CLONE this repository from your personal Github account:

    • Copy the HTTPS or SSH address on the page.
    • From you DevLeague folder, run the command $ git clone [SSH or HTTP address] in your terminal in order to clone this repository into that folder (you don't need to type the "$"; this is the command prompt, and is used to signify your terminal is ready for commands).
  2. From your terminal, navigate into the the assignment:

    • $ cd cohort29_vc
  3. Create a new branch for the project:

    • $ git branch your-branch-name or
    • $ git checkout -b your-branch-name
  4. To see which mission you've been assigned to, you must get the updates from the master file.

    • $ git fetch
    • $ git pull
  5. Checkout into your own branch and MERGE the updates from the master branch into your newly created branch:

    • $ git merge master

Work on your respective mission in the mission.js file

  1. Test your work. Commit and push your code when complete.

  2. Make a pull request.