Skip to content

Console Output

[JAX-RPC-Release_pipeline] Running shell script
+ git checkout origin/master
Note: checking out 'origin/master'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at b98f922 Merge pull request #19 from senivam/master
+ true
+ git reset --hard origin/master
HEAD is now at b98f922 Merge pull request #19 from senivam/master
+ true
+ git branch --delete 1.1.3
error: branch '1.1.3' not found.
+ git checkout -b 1.1.3
Switched to a new branch '1.1.3'