Console Output
The recommended git tool is: NONE
No credentials specified
Fetching changes from the remote Git repository
Checking out Revision f8466a57caeacf965795af6f2bcd5cfe4b6b05c0 (refs/remotes/origin/master)
Commit message: "Merge pull request #485 from jburel/issue_432"
> git rev-parse --resolve-git-dir /home/omero/workspace/OMERO-insight-push/.git # timeout=10
> git config remote.origin.url https://github.com/ome/omero-insight.git # timeout=10
Fetching upstream changes from https://github.com/ome/omero-insight.git
> git --version # timeout=10
> git --version # 'git version 2.47.3'
> git fetch --tags --force --progress -- https://github.com/ome/omero-insight.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f f8466a57caeacf965795af6f2bcd5cfe4b6b05c0 # timeout=10
> git rev-list --no-walk f8466a57caeacf965795af6f2bcd5cfe4b6b05c0 # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10