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 b1295fd6311e3fc3210ddbfbefa89817c3f2d8d6 (refs/remotes/origin/appng-manager-1.13.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b1295fd6311e3fc3210ddbfbefa89817c3f2d8d6
 > 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 b1295fd6311e3fc3210ddbfbefa89817c3f2d8d6
Commit message: "MGR-34 use @Slf4j"
 > git rev-list 394c63bdf82f79c461881e496ad28e3eeff613ac # timeout=10