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/functional_test_framework.git # timeout=10
Fetching upstream changes from https://github.com/OpenCMISS/functional_test_framework.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/OpenCMISS/functional_test_framework.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 c92212ad39667c9bc24d3d74296b5bef488c2d9c (refs/remotes/origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c92212ad39667c9bc24d3d74296b5bef488c2d9c
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D develop # timeout=10
 > git checkout -b develop c92212ad39667c9bc24d3d74296b5bef488c2d9c
Commit message: "Update index.rst"