Console Output

 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/OpenCMISS/setup.git # timeout=10
Fetching upstream changes from https://github.com/OpenCMISS/setup.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/OpenCMISS/setup.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/develop^{commit} # timeout=10
Checking out Revision 82913b68a610492112b2d0fe1bb8bdc13ae46dfa (refs/remotes/origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 82913b68a610492112b2d0fe1bb8bdc13ae46dfa
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D develop # timeout=10
 > git checkout -b develop 82913b68a610492112b2d0fe1bb8bdc13ae46dfa
Commit message: "Add Modules directory to OPENCMISS_CMAKE_MODULE_PATH."