I did a large git commit about 5 commits ago on my local repo. I need to remove this commit, (really just the large files/videos that were with the commit) so that I can then upload my latest commits to github.
do I use the Rebase command in some way?
I basically need to remove the video files that I had added to this commit accidentally, but keep the code changes that were with this commit.
found this, but wanted to confirm before I try my first rebase: How can I remove a commit on GitHub?