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.12.x^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/appng-scheduler-1.12.x^{commit} # timeout=10
Checking out Revision c3fb0ea191f092ee470d9c181fcb0c4b2980d99d (refs/remotes/origin/appng-scheduler-1.12.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c3fb0ea191f092ee470d9c181fcb0c4b2980d99d
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D appng-scheduler-1.12.x # timeout=10
 > git checkout -b appng-scheduler-1.12.x c3fb0ea191f092ee470d9c181fcb0c4b2980d99d
Commit message: "SCHED-31 updated changelog.txt"
 > git rev-list --no-walk 2dae3b5266e5b0536105d6112d5b7959cddd7ba8 # timeout=10