Changes
Page history
Update VVC Software Development Workflow
authored
Oct 31, 2018
by
Frank Bossen
Show whitespace changes
Inline
Side-by-side
VVC-Software-Development-Workflow.md
View page @
593c3b3b
...
...
@@ -146,7 +146,7 @@ A merge request may be updated as follows:
**Note:**
There is no need to close the request, because the existing request will automatically be updated with the changes, after they are pushed.
**Note:**
If a rebase operation (git rebase) is done in step 2 a forced push may be required:
**Note:**
If a rebase operation (
```
git rebase
```
) is done in step 2 a forced push may be required:
```
git push origin --force
```
...
...
...
...