Skip to content

Console Output

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-manager.git # timeout=10
Fetching upstream changes from git@github.com:appNG/appng-manager.git
 > git --version # timeout=10
 > git --version # 'git version 2.11.0'
 > git fetch --tags --progress -- git@github.com:appNG/appng-manager.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/appng-manager-1.18.x^{commit} # timeout=10
Checking out Revision f77ae4dcb565c43ff839f322822a015af3bbcc00 (refs/remotes/origin/appng-manager-1.18.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f77ae4dcb565c43ff839f322822a015af3bbcc00 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D appng-manager-1.18.x # timeout=10
 > git checkout -b appng-manager-1.18.x f77ae4dcb565c43ff839f322822a015af3bbcc00 # timeout=10
Commit message: "MGR-86 start/stop sites (#21)"
 > git rev-list --no-walk cfbabf767e513f69db922e379282a472b08175ff # timeout=10