Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 69989ce

Browse files
committed
adding git flow
1 parent 4ae1094 commit 69989ce

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

‎README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
This challenge focuses on classes in JavaScript using the new `class` keyword.
44

5+
## Set Up The Project With Git
6+
7+
**Follow these steps to set up and work on your project:**
8+
9+
* [ ] Create a forked copy of this project.
10+
* [ ] Add your project manager as collaborator on Github.
11+
* [ ] Clone your OWN version of the repository (Not Lambda's by mistake!).
12+
* [ ] Create a new branch: git checkout -b `<firstName-lastName>`.
13+
* [ ] Implement the project on your newly created `<firstName-lastName>` branch, committing changes regularly.
14+
* [ ] Push commits: git push origin `<firstName-lastName>`.
15+
16+
**Follow these steps for completing your project.**
17+
18+
* [ ] Submit a Pull-Request to merge <firstName-lastName> Branch into master (student's Repo). **Please don't merge your own pull request**
19+
* [ ] Add your project manager as a reviewer on the pull-request
20+
* [ ] Your project manager will count the project as complete by merging the branch back into master.
21+
522
## Assignment Description
623

724
You already pretty much know all about classes but you're used to seeing them built in the following context:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /