Skip to content

devleagueprep/nov2018_mission2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

nov2018_mission2

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

DO NOT FORK this repo.

  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 nov2018_mission2
  3. Create a new branch for the project:

    • $ git checkout -b your-branch-name
  4. Open the the assignment in your text editor and work on problem that has been assigned to you in the mission.js file.

  5. There will be updates on the master which will require you to update your local files:

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

    • $ git merge master
  7. Work on the exercise that is ONLY assigned specifically for you.

  8. Commit your work.

  9. Make a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published