Skip to content

Console Output

 > 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 f2b684d5b498f85de62e8f68d9a85d2ae35ecdd7 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f2b684d5b498f85de62e8f68d9a85d2ae35ecdd7
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D master # timeout=10
 > git checkout -b master f2b684d5b498f85de62e8f68d9a85d2ae35ecdd7
Commit message: "ATS-9 return null when session not found"
 > git rev-list --no-walk f0901e407105a57810b20d85b1ca4cd60830898f # timeout=10