You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 16, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,25 @@
2
2
3
3
* The point of these assignments is to take your knowledge of JavaScript and start putting into practice the principles learned throughout JavaScript I.
4
4
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.
0 commit comments