You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just ran git reset --soft "HEAD^" on one of my repositories. This removes the last commit from entirely the local branch and from its history. After running git push -f I ran git rev-list --count master which now shows 219 commits, instead of 220 commits, which is correct.
My Gitea instance still shows 220 commits.
Now I added another commit on this repository and it still shows 220 commits, so apparently the error is resolved.
Screenshots
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.
[x]
):Description
Not a duplicate of #4424.
I just ran
git reset --soft "HEAD^"
on one of my repositories. This removes the last commit from entirely the local branch and from its history. After runninggit push -f
I rangit rev-list --count master
which now shows 219 commits, instead of 220 commits, which is correct.My Gitea instance still shows 220 commits.
Now I added another commit on this repository and it still shows 220 commits, so apparently the error is resolved.
Screenshots
The text was updated successfully, but these errors were encountered: