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