Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Nektar
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
87
Issues
87
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
44
Merge Requests
44
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nektar
Nektar
Commits
f089f660
Commit
f089f660
authored
Mar 20, 2016
by
Chris Cantwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify command to track latest master of submodule.
parent
584819d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
CONTRIBUTING.md
CONTRIBUTING.md
+3
-1
No files found.
CONTRIBUTING.md
View file @
f089f660
...
@@ -132,7 +132,9 @@ Nektar++ also has a growing number of tutorials to help introduce users and
...
@@ -132,7 +132,9 @@ Nektar++ also has a growing number of tutorials to help introduce users and
developers to the use of the library and the range of application solvers. These
developers to the use of the library and the range of application solvers. These
are stored in a separate repository, but are available from the main repository
are stored in a separate repository, but are available from the main repository
through a git submodule. To populate the docs/tutorial directory run
`git
through a git submodule. To populate the docs/tutorial directory run
`git
submodule init`
followed by
`git submodule update`
.
submodule init`
followed by
`git submodule update --remote`
. The latter command
will ensure you have the latest master branch of the tutorials within your
source tree.
## Code review and merging
## Code review and merging
All merge requests will be reviewed by one of the senior developers. We try to
All merge requests will be reviewed by one of the senior developers. We try to
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment