git clone 'detached HEAD' message

When I clone the repository using the command:

git clone -b ufs-v1.0.0.alpha02 https://github.com/ufs-community/ufs-mrweather-app.git my_ufs_sandbox

I get the following message:

Cloning into 'my_ufs_sandbox'...

remote: Enumerating objects: 39, done.

remote: Counting objects: 100% (39/39), done.

remote: Compressing objects: 100% (26/26), done.

remote: Total 720 (delta 12), reused 29 (delta 9), pack-reused 681

Receiving objects: 100% (720/720), 194.64 KiB | 6.28 MiB/s, done.

Resolving deltas: 100% (347/347), done.

Note: checking out '01d0eeb7d54bfc8a99627b50018b230eca02d08e'.

 

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>

Tags