Skip to content

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 37c045890977c30c331299ba49cc129c756fb69e (refs/remotes/origin/appng-manager-1.14.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 37c045890977c30c331299ba49cc129c756fb69e
 > 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 37c045890977c30c331299ba49cc129c756fb69e
Commit message: "MGR-61 Update license header to 2019"
 > git rev-list --no-walk d5d6b545324fe1f01e396bb51c59125d7a4792be # timeout=10