Console Output

Fetching changes from the remote Git repository
 > git rev-parse --is-inside-work-tree # timeout=10
 > 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/*
Checking out Revision a2d781b06d08219543e48710723ddebee6c0a416 (refs/remotes/origin/develop)
Commit message: "Merge pull request #17 from chrispbradley/OrganisationSet"
 > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/develop^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a2d781b06d08219543e48710723ddebee6c0a416
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D develop # timeout=10
 > git checkout -b develop a2d781b06d08219543e48710723ddebee6c0a416