Git branch message

Hi,

I made a build from 24.10 rc6 and everything is ok, but I wonder why when I git pull, why I got this;

git pull
You are not currently on a branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.

    git pull <remote> <branch>

 git branch
* (HEAD detached at v24.10.0-rc6)
  main

usually I don't have that message.. btw, it seems that everything is working, I can update and make the build but I wonder why I got this?
thanks

This is normal git behaviour because you checked out a tag. Tags don’t (shouldn’t…) move.
If you wanted to checkout the “openwrt-24.10” branch then you can pull updates as it progresses.

4 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.