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-authentication.git # timeout=10
Fetching upstream changes from git@github.com:appNG/appng-authentication.git
 > git --version # timeout=10
 > git fetch --tags --progress git@github.com:appNG/appng-authentication.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/appng-authentication-1.11.x^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/appng-authentication-1.11.x^{commit} # timeout=10
Checking out Revision 1f7908928dfbc02c3b69b9d619419651625e2531 (refs/remotes/origin/appng-authentication-1.11.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1f7908928dfbc02c3b69b9d619419651625e2531
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D appng-authentication-1.11.x # timeout=10
 > git checkout -b appng-authentication-1.11.x 1f7908928dfbc02c3b69b9d619419651625e2531
Commit message: "AUTH-11 enhance documentation"
 > git rev-list 1f7908928dfbc02c3b69b9d619419651625e2531 # timeout=10