##Getting Started
-
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).
-
From your terminal, navigate into the this project assignment:
$ cd gitGoingAgain
-
There will be updates on the master which will require you to update your local files:
$ git fetch
$ git pull
-
Create a new branch for the project:
$ git checkout -b your-branch-name
-
Open the gitGoingAgain assignment in sublime and write your code in the
exercises.js
file. -
Don't forget to commit and push your code.
-
Happy Valetine's Day!
-
Aloooooha!
-
I love donuts!!