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
Copy file name to clipboardExpand all lines: README.md
+17-1Lines changed: 17 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# AngularShopTutorial
1
+
# AngularTutorial
2
2
3
3
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.3.2.
4
4
@@ -25,3 +25,19 @@ Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protrac
25
25
## Further help
26
26
27
27
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
28
+
29
+
<hr/>
30
+
31
+
# Exercice
32
+
33
+
## Setup:
34
+
35
+
- Fork the project, and clone it
36
+
- create your own dev branch `git checkout -b dev`
37
+
- launch `npm install` to download dependencies
38
+
39
+
## Sync with forked repository:
40
+
41
+
- use command `git fetch upstream` to retrieve master branch from forked repository. It will create a local upstream/master branch.
42
+
- go to your local master branch: `git checkout master`
43
+
- merge the upstream master to your local master: ` git merge upstream/master`. You're up to date!
0 commit comments