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 71ce50b63b47889c62dab16c9e78096de6e353c7 (refs/remotes/origin/appng-manager-1.14.x)
> git config core.sparsecheckout # timeout=10
> git checkout -f 71ce50b63b47889c62dab16c9e78096de6e353c7
> 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 71ce50b63b47889c62dab16c9e78096de6e353c7
Commit message: "MGR-59 bump version to 1.14.0-SNAPSHOT"
> git rev-list --no-walk 71ce50b63b47889c62dab16c9e78096de6e353c7 # timeout=10