> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/*** # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/***
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub Access Token
 > git fetch --no-tags --progress https://github.com/*** +refs/heads/master:refs/remotes/origin/master
Checking out Revision 86b705f87a32b3e41645c54a70d2b320e952f7da (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 86b705f87a32b3e41645c54a70d2b320e952f7da
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D master # timeout=10
 > git checkout -b master 86b705f87a32b3e41645c54a70d2b320e952f7da
Commit message: "***"
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10