docs: update devops docs
This commit is contained in:
@ -70,6 +70,7 @@ The below commands will move changes from `master` to the `production-*` branch:
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
git checkout master
|
git checkout master
|
||||||
|
git fetch --all --prune
|
||||||
git reset --hard upstream/master
|
git reset --hard upstream/master
|
||||||
git checkout production-staging
|
git checkout production-staging
|
||||||
git merge master
|
git merge master
|
||||||
|
Reference in New Issue
Block a user