Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eeg_pipe_asr_amica
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bucanl_pipelines
eeg_pipe_asr_amica
Wiki
updates and git version control
Changes
Page history
New page
Templates
Clone repository
Changed update recommendations
authored
8 years ago
by
Brad Kennedy
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
updates-and-git-version-control.md
+2
-1
2 additions, 1 deletion
updates-and-git-version-control.md
with
2 additions
and
1 deletion
updates-and-git-version-control.md
View page @
8d5da47b
...
...
@@ -13,7 +13,8 @@ If you've decided to update you need to update all the submodules to the correct
```
cd /path/to/your/project/dir
git pull --recurse-submodules origin master
git pull origin master
git submodule update --recursive
```
You will need to do this on
**both**
your local machine
**and**
any remote servers.
...
...
This diff is collapsed.
Click to expand it.