Skip to content

devleagueprep/cohort29_vc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published