File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ ionic serve
4141This should deploy the an instance of the app running locally at:
4242
4343```
44- http://localhost:8100 /
44+ http://localhost:3000 /
4545```
4646
4747
4848### Branches
4949
50- Retire Now employs a release branch methodology for maintaining our branches. When working with new branches, create branches off of ` dev ` only.
50+ Reboot employs a release branch methodology for maintaining our branches. When working with new branches, create branches off of ` dev ` only.
5151
5252` master ` - Current release working production branch
5353
@@ -56,7 +56,7 @@ Retire Now employs a release branch methodology for maintaining our branches. Wh
5656Whenever you pick up working on the application, make sure that you fetch the current state of the application. This can be done by using the command:
5757
5858```
59- git fetch
59+ git pull
6060```
6161
6262Then, you'll need to checkout a branch to work from. Most of the time it will be dev:
@@ -105,7 +105,7 @@ This will always reflect `origin/master`.
105105
106106This will be a working development branch. The repo admin will have access to this and will deploy it on a regular release schedule.
107107
108- This will live at the following url: ` http://reboot.herokuapp.com/ `
108+ This will live at the following url: ` http://ssf- reboot.herokuapp.com/ `
109109
110110#### Locally
111111
You can’t perform that action at this time.
0 commit comments