Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 981 Bytes

File metadata and controls

27 lines (18 loc) · 981 Bytes

gitGoingAgain

##Getting Started

  1. Clone this repository into your DevLeague Prep folder located in your local machine:

    • Copy the HTTPS or SSH address on the page.
    • From you DevLeague Prep 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 this project assignment:

    • $ cd gitGoingAgain
  3. There will be updates on the master which will require you to update your local files:

    • $ git fetch
    • $ git pull
  4. Create a new branch for the project:

    • $ git checkout -b your-branch-name
  5. Open the gitGoingAgain assignment in sublime and write your code in the exercises.js file.

  6. Don't forget to commit and push your code.

  7. Happy Valetine's Day!

  8. Aloooooha!

  9. I love donuts!!