Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Skyward Boardcore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
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
Avionics
Software Development
Skyward Boardcore
Wiki
Git Workflow
Changes
Page history
New page
Templates
Clone repository
Update Git Workflow
authored
2 years ago
by
Federico Mandelli
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Git-Workflow.md
+6
-0
6 additions, 0 deletions
Git-Workflow.md
with
6 additions
and
0 deletions
Git-Workflow.md
View page @
53263b29
...
...
@@ -44,6 +44,12 @@ git pull
git checkout -b barometer-dev
```
-
If you are switching branched there could be some submodules conflicts, the following code should solve them
```
git submodule sync && git submodule init && git submodule update --recursive
```
-
Commits are made on the branch
```
...
...
This diff is collapsed.
Click to expand it.