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-manager.git # timeout=10
Fetching upstream changes from git@github.com:appNG/appng-manager.git
> git --version # timeout=10
> git fetch --tags --progress git@github.com:appNG/appng-manager.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse refs/remotes/origin/appng-manager-1.14.x^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/appng-manager-1.14.x^{commit} # timeout=10
Checking out Revision b7990adefa6b1bcf7fddf03c15035612749d8003 (refs/remotes/origin/appng-manager-1.14.x)
> git config core.sparsecheckout # timeout=10
> git checkout -f b7990adefa6b1bcf7fddf03c15035612749d8003
> git branch -a -v --no-abbrev # timeout=10
> git branch -D appng-manager-1.14.x # timeout=10
> git checkout -b appng-manager-1.14.x b7990adefa6b1bcf7fddf03c15035612749d8003
Commit message: "MGR-59 updated README"
> git rev-list --no-walk 71ce50b63b47889c62dab16c9e78096de6e353c7 # timeout=10