Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
krini
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Pablo Escobar
krini
Commits
4e6099ae
Commit
4e6099ae
authored
6 years ago
by
Alex Kanitz
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
3bb427c7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+9
-3
9 additions, 3 deletions
README.md
with
9 additions
and
3 deletions
README.md
+
9
−
3
View file @
4e6099ae
...
...
@@ -24,13 +24,19 @@ Traverse to generated directory
cd
krini
```
Switch to submodule branches configured in
`.gitmodules`
(otherwise submodules point to detached head)
and pull the latest changes
Switch to submodule branches configured in
`.gitmodules`
(otherwise submodules point to detached head)
```
bash
git submodule foreach
'branch="$(git config -f ../.gitmodules submodule.$name.branch)"; git checkout $branch'
```
> Note: When updating the superproject including all submodules, do:
```
bash
git pull
git submodule
sync
git submodule update
git submodule foreach
'branch="$(git config -f ../.gitmodules submodule.$name.branch)"; git checkout $branch'
git submodule foreach
'branch="$(git config -f ../.gitmodules submodule.$name.branch)"; git pull origin $branch'
git submodule foreach git pull
```
## Running tests
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment