We have a tag call "integración," this tag is a lightweight tag without metadata. Thsi tag pointed to another commit. There is a branch call "integración" with its hash.
The problem happenned when you run "git show-ref refs/heads/integration" , there were 2 references to "integración", in this case, Git didn't know what reference was the correct.
We had to rename one of them.
Are there some way to maintain both references???