Console Output
No credentials specified
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/appNG/appng-tomcat-session.git # timeout=10
Fetching upstream changes from https://github.com/appNG/appng-tomcat-session.git
> git --version # timeout=10
> git fetch --tags --progress https://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 110b4c4a9440c0cafab8f4b49cda128ff1fce8c6 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 110b4c4a9440c0cafab8f4b49cda128ff1fce8c6
> git branch -a -v --no-abbrev # timeout=10
> git branch -D master # timeout=10
> git checkout -b master 110b4c4a9440c0cafab8f4b49cda128ff1fce8c6
Commit message: "ATS-14"
> git rev-list --no-walk 5bde40d9418c2585c2b0674ffc4abc8e3b40c7a5 # timeout=10