Skip to content
Snippets Groups Projects
Commit 5f77e25d authored by HarshaRani's avatar HarshaRani
Browse files

update-repository is moved from scripts to moose folder which pull the code...

update-repository is moved from scripts to moose folder which pull the code from submodule recursive
parent 88a089d6
No related branches found
No related tags found
No related merge requests found
moogli @ 07920159
Subproject commit 317b31d00415cc933560531a34ae6673d9ecaab2
Subproject commit 0792015917f428524eb8c14ac6fc61441dafa68f
moose-core @ 11742ff2
Subproject commit 269789523daae38761e6024bcbfe72dcb2cfc0c7
Subproject commit 11742ff23320c35ec8ae010df91323d5d3d09791
moose-examples @ c0235629
Subproject commit 00942d24fe21089d2aab4f5494d75d5126e5eb57
Subproject commit c0235629bf82a1d841f293027c2105190217d4b7
moose-gui @ 1da480fe
Subproject commit c7af8b3d9feacca1605f7f99b894a036b93ca2ee
Subproject commit 1da480fef34843149a7f4b8e96b7ca898aa45a93
#!/bin/bash
# This script updates the repository and its subrepositories, recursively.
git submodule update --init
git submodule foreach '[ "$path" = "moogli" ] && branch=geometry || branch=master; git pull origin $branch; git checkout $branch; git pull'
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment