Console Output

The recommended git tool is: NONE
No credentials specified
Fetching changes from the remote Git repository
Checking out Revision 2a7167dcb2eb047466795b9a701eb745946a85cb (refs/remotes/origin/develop)
Commit message: "Allow for only building Zinc or Iron dependencies."
 > 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 --version # 'git version 2.17.1'
 > git fetch --tags --progress -- https://github.com/OpenCMISS/setup.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2a7167dcb2eb047466795b9a701eb745946a85cb # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D develop # timeout=10
 > git checkout -b develop 2a7167dcb2eb047466795b9a701eb745946a85cb # timeout=10
 > git rev-list --no-walk 2a7167dcb2eb047466795b9a701eb745946a85cb # timeout=10