DEV Community

Md Wahiduzzaman Emon
Md Wahiduzzaman Emon

Posted on

1

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)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay