5

I made a commit in visual studio code then push, but I accidentally missed that a 1GB file was commited. I saw this mistake and moved the file to a .gitignore path and pushed that commit, but now it is stuck syncing this huge commit and I have no idea how to stop it, and I couldn't find information online, any suggestions?

PS: I downloaded the plugin GitLens to try to fix the issue, right-clicking and reverting commit from gitlens didn't fix it

Kevin Danikowski
  • 4,620
  • 6
  • 41
  • 75

1 Answers1

0

I had to reset twice and lose my local changes, then copy them over again, I used this post: Remove a git commit which has not pushed

Kevin Danikowski
  • 4,620
  • 6
  • 41
  • 75