Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VVCSoftware_VTM
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jvet
VVCSoftware_VTM
Wiki
VVC Software Development Workflow
Changes
Page history
New page
Templates
Clone repository
Update VVC Software Development Workflow
authored
6 years ago
by
Frank Bossen
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
VVC-Software-Development-Workflow.md
+1
-1
1 addition, 1 deletion
VVC-Software-Development-Workflow.md
with
1 addition
and
1 deletion
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
```
...
...
This diff is collapsed.
Click to expand it.