Skip to content

Console Output

The recommended git tool is: git
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.git # timeout=10
Fetching upstream changes from git@github.com:appNG/appng.git
 > git --version # timeout=10
 > git --version # 'git version 2.11.0'
 > git fetch --tags --progress -- git@github.com:appNG/appng.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/appng-1.23.x^{commit} # timeout=10
Checking out Revision ba62da9fbb578c1ab5ba6b80b571cc94a5d24507 (refs/remotes/origin/appng-1.23.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ba62da9fbb578c1ab5ba6b80b571cc94a5d24507 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D appng-1.23.x # timeout=10
 > git checkout -b appng-1.23.x ba62da9fbb578c1ab5ba6b80b571cc94a5d24507 # timeout=10
Commit message: "APPNG-2400 fix test"
 > git rev-list --no-walk ba62da9fbb578c1ab5ba6b80b571cc94a5d24507 # timeout=10