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 f687c0a82e9826ab3a82be79501b47378221f40d (refs/remotes/origin/appng-manager-1.13.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f687c0a82e9826ab3a82be79501b47378221f40d
 > 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 f687c0a82e9826ab3a82be79501b47378221f40d
Commit message: "Merge pull request #3 from appNG/feature/MGR-22"
 > git rev-list 73745642fa24f336c1f6652e017bcb5853b837cb # timeout=10