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 e07ec4a4378780d7b0feb7d7beb16700f978e3f9 (refs/remotes/origin/appng-manager-1.13.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e07ec4a4378780d7b0feb7d7beb16700f978e3f9
 > 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 e07ec4a4378780d7b0feb7d7beb16700f978e3f9
Commit message: "MGR-46 filter platform events by application"
 > git rev-list --no-walk 2ea002b0c770f03d1737c03e202d1d06e0e20870 # timeout=10