Skip to content

Console Output

 > 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-scheduler.git # timeout=10
Fetching upstream changes from git@github.com:appNG/appng-scheduler.git
 > git --version # timeout=10
 > git fetch --tags --progress git@github.com:appNG/appng-scheduler.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/appng-scheduler-1.11.x^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/appng-scheduler-1.11.x^{commit} # timeout=10
Checking out Revision d25a82c9d8437381f6f90a6543b20ccbfd665367 (refs/remotes/origin/appng-scheduler-1.11.x)
Commit message: "SCHED-16 visualized if job bean is available"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d25a82c9d8437381f6f90a6543b20ccbfd665367
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D appng-scheduler-1.11.x # timeout=10
 > git checkout -b appng-scheduler-1.11.x d25a82c9d8437381f6f90a6543b20ccbfd665367
 > git rev-list d25a82c9d8437381f6f90a6543b20ccbfd665367 # timeout=10