Skip to content

Console Output

+ git checkout origin/EE4J_8
Note: checking out 'origin/EE4J_8'.

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 ec01a02 Prepare 2.28 rc3
+ true
+ git reset --hard origin/EE4J_8
HEAD is now at ec01a02 Prepare 2.28 rc3
+ true
+ git branch --delete 2.28-RC3
error: branch '2.28-RC3' not found.
+ git checkout -b 2.28-RC3
Switched to a new branch '2.28-RC3'