fracz/git-exercises

No branches after cloning

Snowblaze opened this issue · 1 comments

Hey. Cloned the repo and got the following output:

Cloning into 'exercises'...
remote: Counting objects: 158, done.
remote: Compressing objects: 100% (116/116), done.
remote: Total 158 (delta 33), reused 155 (delta 33)
Receiving objects: 100% (158/158), 35.50 KiB | 616.00 KiB/s, done.
Resolving deltas: 100% (33/33), done.
Note: switching to '1aab3e78574dc22abeb7ddf948060bcba0677f4d'.

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 switching back to a branch.

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

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

After checking if there are any branches, none were found.