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 ece27f4ab13f1fa405ebc02a0eee34eb4f9477f8 (refs/remotes/origin/appng-scheduler-1.11.x)
Commit message: "SCHED-13 some minor refactoring"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ece27f4ab13f1fa405ebc02a0eee34eb4f9477f8
 > 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 ece27f4ab13f1fa405ebc02a0eee34eb4f9477f8
 > git rev-list 81896980d98eadfaabfdc60f63915cb6e131fe08 # timeout=10