... | ... | @@ -25,7 +25,11 @@ In the following we use the SSH commands only. If you want to get IPPL and all i |
|
|
```bash
|
|
|
$ git clone --recurse-submodules 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 git pull
|
|
|
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.
|
... | ... | |