... | ... | @@ -36,4 +36,4 @@ You can then easily pull by typing |
|
|
$ git pull upstream/master
|
|
|
````
|
|
|
If you want to fork a submodule, its upstream is added similarly. However, you need to update the url of the
|
|
|
appropriate module in the file [.gitmodules](https://gitlab.psi.ch/OPAL/Libraries/ippl/-/blob/master/.gitmodules) with your fork url in order to compile IPPL. |
|
|
appropriate module in the file [.gitmodules](https://gitlab.psi.ch/OPAL/Libraries/ippl/-/blob/master/.gitmodules) with your fork url in order to compile IPPL. If you do so, you do not need to checkout the submodule separately. You can directly push and pull from the subdirectory which represents the root of the submodule repository. |