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 cad0ce84cbf93870e434fe94cc160ccbbbf3e9ef (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f cad0ce84cbf93870e434fe94cc160ccbbbf3e9ef
> git branch -a -v --no-abbrev # timeout=10
> git branch -D master # timeout=10
> git checkout -b master cad0ce84cbf93870e434fe94cc160ccbbbf3e9ef
Commit message: "ATS-9"
> git rev-list --no-walk 085ee70dc0c5a5079b5bb96d75bfccccbda77dac # timeout=10