-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: VCS status does not indicate problems if a tag was force-pushed #275
Comments
@Ryanf55 As a suggestion I advise to keep use or add the |
We migrated off of |
And nevertheless you don't have to use |
https://github.com/gitextensions/gitextensions/wiki/How-To:-run-Git-Extensions-on-Linux |
Problem
I have a repository I use. The authors created a tag
v1.2.3
on commitA
. Then, they deleted the tag and re-tagged, this time on a new commitB
.vcs status
indicates the repository is onv1.2.3
, but it's actually on commitA
.v1.2.3
actually points toB
.Expected behavior
vcs pull src
thenvcs status
shall show I am on commitB
rather than the tag.Actual behavior
VCS lets me be on the wrong commit with no warnings or errors, it's silently the wrong commit.
The text was updated successfully, but these errors were encountered: