Console Output
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
> 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 --version # 'git version 2.11.0'
> git fetch --tags --progress -- git@github.com:appNG/appng-tomcat-session.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 5cc82344955b7303be1f161a5913052e125f7db8 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 5cc82344955b7303be1f161a5913052e125f7db8 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git branch -D master # timeout=10
> git checkout -b master 5cc82344955b7303be1f161a5913052e125f7db8 # timeout=10
Commit message: "v2 for Hazelcast"
> git rev-list --no-walk e162c2d8ff13578be39f400dd388066318dbebb0 # timeout=10