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 c736989abc7e3d4838a68704a52b236d42fe80ff (refs/remotes/origin/appng-scheduler-1.11.x)
> git config core.sparsecheckout # timeout=10
> git checkout -f c736989abc7e3d4838a68704a52b236d42fe80ff
> 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 c736989abc7e3d4838a68704a52b236d42fe80ff
Commit message: "Merge branch 'appng-scheduler-1.11.x' of https://github.com/appNG/appng-scheduler into appng-scheduler-1.11.x"
> git rev-list --no-walk 6b5e2bfaf5571a3072e78fb86e368795e3908800 # timeout=10