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.13.x^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/appng-manager-1.13.x^{commit} # timeout=10
Checking out Revision 394c63bdf82f79c461881e496ad28e3eeff613ac (refs/remotes/origin/appng-manager-1.13.x)
> git config core.sparsecheckout # timeout=10
> git checkout -f 394c63bdf82f79c461881e496ad28e3eeff613ac
> git branch -a -v --no-abbrev # timeout=10
> git branch -D appng-manager-1.13.x # timeout=10
> git checkout -b appng-manager-1.13.x 394c63bdf82f79c461881e496ad28e3eeff613ac
Commit message: "MGR-33 move webservies to own package"
> git rev-list 63e94b952a053038ebf9396e76e2d32db7120360 # timeout=10