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.13.x^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/appng-manager-1.13.x^{commit} # timeout=10
Checking out Revision ec3254566d675b523e86ce29a3c315e47bdcedce (refs/remotes/origin/appng-manager-1.13.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ec3254566d675b523e86ce29a3c315e47bdcedce
 > 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 ec3254566d675b523e86ce29a3c315e47bdcedce
Commit message: "MGR-55 added missing get-parameter"
 > git rev-list --no-walk 163a57bbfa24e608dbdd080d50f7167e45295b68 # timeout=10