Skip to content

Console Output

The recommended git tool is: NONE
No credentials specified
Fetching changes from the remote Git repository
 > git rev-parse --is-inside-work-tree # timeout=10
 > git config remote.origin.url git@github.com:appNG/appng-authentication.git # timeout=10
Fetching upstream changes from git@github.com:appNG/appng-authentication.git
 > git --version # timeout=10
 > git --version # 'git version 2.1.4'
 > git fetch --tags --progress git@github.com:appNG/appng-authentication.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision bf22cf5339790f67595fa800f14b80e547c6feb8 (refs/remotes/origin/appng-authentication-1.13.x)
Commit message: "AUTH-28"
 > git rev-parse refs/remotes/origin/appng-authentication-1.13.x^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bf22cf5339790f67595fa800f14b80e547c6feb8 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D appng-authentication-1.13.x # timeout=10
 > git checkout -b appng-authentication-1.13.x bf22cf5339790f67595fa800f14b80e547c6feb8 # timeout=10
 > git rev-list --no-walk a852f729283aa2f849e47ed85f944870736a9f07 # timeout=10