Console Output
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git@github.com:appNG/appng-tomcat-session.git # timeout=10
Fetching upstream changes from git@github.com:appNG/appng-tomcat-session.git
> git --version # timeout=10
> git fetch --tags --progress git@github.com:appNG/appng-tomcat-session.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision b7ebbfee6f5ad5040aa5f9e02846432e4f1839d6 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f b7ebbfee6f5ad5040aa5f9e02846432e4f1839d6
> git branch -a -v --no-abbrev # timeout=10
> git branch -D master # timeout=10
> git checkout -b master b7ebbfee6f5ad5040aa5f9e02846432e4f1839d6
Commit message: "ATS-6 Fix build failure"
> git rev-list d564bb1b76d0676401b291cd325ebe0da0beec97 # timeout=10