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 b31dbdad2a06b29bf627eace1b04a6246a42af65 (refs/remotes/origin/appng-scheduler-1.11.x)
> git config core.sparsecheckout # timeout=10
> git checkout -f b31dbdad2a06b29bf627eace1b04a6246a42af65
> 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 b31dbdad2a06b29bf627eace1b04a6246a42af65
Commit message: "SCHED-26"
> git rev-list --no-walk 0cd35b8ee8f77b2918df3c4e992006b5a0aed945 # timeout=10