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
+1
-1
1 addition, 1 deletion
Git-Workflow.md
with
1 addition
and
1 deletion
Git-Workflow.md
View page @
3680d518
...
...
@@ -44,7 +44,7 @@ git pull
git checkout -b barometer-dev
```
-
If you are switching branche
d
there could be some submodules conflicts, the following co
de
should solve them
-
If you are switching branche
s
there could be some submodules conflicts, the following co
mmands
should solve them
```
git submodule sync && git submodule init && git submodule update --recursive
...
...
This diff is collapsed.
Click to expand it.