For testing some functions and to simulate different programmers in one project I have the same project cloned in 2 separate folders on my laptop. I have problems after deleting of a tag. Following steps:
- Create and push a new tag "Feature30_1" (programmer 1 / folder 1)
- Programmer 2 / folder 2 --> pull. After the pull command the tag is also available
- Programmer 2 delete the tag (also from the remote).
The tag is deleted, also in the bitbucket cloud. - Problem: In the Programmer 1 view in Sourctree the tag is still shown.
What is going wrong? Why is the tag not synchronized?
--> see the picture