Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
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
Analyze
Contributor 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
Development
openfoam
Wiki
page access code
Changes
Page history
New page
Templates
Clone repository
Add page titles (meta-info), absolute paths for Guides (lowercase)
authored
5 years ago
by
Mark OLESEN
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
page-access-code.md
+3
-1
3 additions, 1 deletion
page-access-code.md
with
3 additions
and
1 deletion
page-access-code.md
View page @
be0cce84
<!-- --- title: Accessing the code -->
# OpenFOAM repositories
# OpenFOAM repositories
OpenFOAM repositories are hosted at the https://develop.openfoam.com webpage.
OpenFOAM repositories are hosted at the https://develop.openfoam.com webpage.
...
@@ -50,7 +52,7 @@ git clone git@develop.openfoam.com:Development/OpenFOAM-plus.git
...
@@ -50,7 +52,7 @@ git clone git@develop.openfoam.com:Development/OpenFOAM-plus.git
```
```
git clone -b <branch name> <address of git> <name of resulting directory>
git clone -b <branch name> <address of git> <name of resulting directory>
```
```
e.g. to clone the
*develop*
branch to your local OpenFOAM-plus.develop directory via
SSH
:
e.g. to clone the
*develop*
branch to your local OpenFOAM-plus.develop directory via
HTTPS
:
```
```
git clone -b develop https://develop.openfoam.com:Development/OpenFOAM-plus.git OpenFOAM-plus.develop
git clone -b develop https://develop.openfoam.com:Development/OpenFOAM-plus.git OpenFOAM-plus.develop
```
```
...
...
This diff is collapsed.
Click to expand it.