File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -51,14 +51,10 @@ Branches are created as demonstrated [here](https://gitlab.com/exadra37-docker/p
51
51
52
52
This are the type of branches we can see at any moment in the repository:
53
53
54
- * ` master ` - issues and milestones branches will be merged here. Don't use it in
55
- production.
56
- * ` last-stable-release ` - matches the last stable tag created. Useful for
57
- automation tools. Doesn't guarantee backwards
58
- compatibility.
54
+ * ` master ` - issues and milestones branches will be merged here. Don't use it in production.
55
+ * ` last-stable-release ` - matches the last stable tag created. Useful for automation tools. Doesn't guarantee backwards compatibility.
59
56
* ` 4-fix-some-bug ` - each issue will have is own branch for development.
60
- * ` milestone-12_add-some-new-feature ` - all Milestone issues will start, tracked and merged
61
- here.
57
+ * ` milestone-12_add-some-new-feature ` - all Milestone issues will start, tracked and merged here.
62
58
63
59
Only ` master ` and ` last-stable-release ` branches will be permanent ones in the
64
60
repository and all other ones will be removed once they are merged.
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ Migrating: 2014_10_12_100000_create_password_resets_table
112
112
Migrated: 2014_10_12_100000_create_password_resets_table
113
113
```
114
114
115
- Visit now the browser on http://localhost:8888 /register to create an account.
115
+ Visit now the browser on http://localhost:8000 /register to create an account.
116
116
117
117
118
118
## Logs
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ This means we can choose the image that best suites our needs to attach to each
37
37
38
38
---
39
39
40
- [ << previous] https://gitlab.com/exadra37-docker/php/docker-stack/blob/master/docs/the-package/why_exists.md ) | [ next >>] ( https://gitlab.com/exadra37-docker/php/docker-stack/blob/master/docs/the-package/when_to_use_it.md )
40
+ [ << previous] ( https://gitlab.com/exadra37-docker/php/docker-stack/blob/master/docs/the-package/why_exists.md ) | [ next >>] ( https://gitlab.com/exadra37-docker/php/docker-stack/blob/master/docs/the-package/when_to_use_it.md )
41
41
42
42
[ HOME] ( https://gitlab.com/exadra37-docker/php/docker-stack/blob/master/README.md )
43
43
You can’t perform that action at this time.
0 commit comments