... | ... | @@ -21,15 +21,11 @@ or |
|
|
```bash
|
|
|
$ git clone https://gitlab.psi.ch/OPAL/Libraries/ippl.git
|
|
|
```
|
|
|
In the following we use the SSH commands only. If you want to get IPPL and all its [submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules) please clone with the following command:
|
|
|
In the following we use the SSH commands only.
|
|
|
```bash
|
|
|
$ git clone git@gitlab.psi.ch:OPAL/Libraries/ippl.git
|
|
|
```
|
|
|
After this in order to get the latest commits from the submodules go to the respective directories and do a git pull. For example to get the latest commits from Solvers submodule
|
|
|
```bash
|
|
|
$ cd src/Solver
|
|
|
$ git pull origin master
|
|
|
```
|
|
|
|
|
|
|
|
|
### Working with a fork
|
|
|
For larger projects we recommend to fork the main repository. You can also fork a certain submodule only.
|
... | ... | |