docs: update devops docs

This commit is contained in:
mrugesh
2019-10-09 17:12:08 +05:30
committed by GitHub
parent d9054df0a4
commit fa06ac0def

View File

@ -70,6 +70,7 @@ The below commands will move changes from `master` to the `production-*` branch:
```sh
git checkout master
git fetch --all --prune
git reset --hard upstream/master
git checkout production-staging
git merge master