DEV Community

Md Wahiduzzaman Emon
Md Wahiduzzaman Emon

Posted on

Answer: Can't push to GitHub because of large file which I already deleted

Check your last commit id on GitHub and then use this

git reset --soft <commit_id>

I think it's work. Thanks

Top comments (0)